mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-04 04:16:12 +01:00
Code review for standard library header usage for standalone mods
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
|
||||
#include "DDSTextureLoader11.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <memory>
|
||||
|
||||
#ifdef __clang__
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
#include <d3d11_1.h>
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
|
||||
#include "DDSTextureLoader12.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <memory>
|
||||
|
||||
#ifdef __clang__
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
#include <d3d12.h>
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
@@ -18,8 +18,9 @@
|
||||
|
||||
#include <d3d9types.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
#include <memory>
|
||||
|
||||
#include <wrl/client.h>
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
#include <d3d9.h>
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user