File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ Documentation of all members: D3D12MemAlloc.h
125
125
126
126
#ifndef D3D12MA_RECOMMENDED_ALLOCATOR_FLAGS
127
127
// / Set of flags recommended for use in D3D12MA::ALLOCATOR_DESC::Flags for optimal performance.
128
- #define D3D12MA_RECOMMENDED_ALLOCATOR_FLAGS (ALLOCATOR_FLAG_DEFAULT_POOLS_NOT_ZEROED | ALLOCATOR_FLAG_MSAA_TEXTURES_ALWAYS_COMMITTED)
128
+ #define D3D12MA_RECOMMENDED_ALLOCATOR_FLAGS (D3D12MA:: ALLOCATOR_FLAG_DEFAULT_POOLS_NOT_ZEROED | D3D12MA:: ALLOCATOR_FLAG_MSAA_TEXTURES_ALWAYS_COMMITTED)
129
129
#endif
130
130
131
131
#ifndef D3D12MA_RECOMMENDED_HEAP_FLAGS
@@ -139,7 +139,7 @@ Documentation of all members: D3D12MemAlloc.h
139
139
140
140
#ifndef D3D12MA_RECOMMENDED_POOL_FLAGS
141
141
// / Set of flags recommended for use in D3D12MA::POOL_DESC::Flags for optimal performance.
142
- #define D3D12MA_RECOMMENDED_POOL_FLAGS (POOL_FLAG_MSAA_TEXTURES_ALWAYS_COMMITTED)
142
+ #define D3D12MA_RECOMMENDED_POOL_FLAGS (D3D12MA:: POOL_FLAG_MSAA_TEXTURES_ALWAYS_COMMITTED)
143
143
#endif
144
144
145
145
You can’t perform that action at this time.
0 commit comments