Skip to content

Commit e8142ad

Browse files
Updated API to version 240089
1 parent 5917428 commit e8142ad

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,7 @@ elseif(TARGET Asteroids)
6464
elseif(TARGET AtmosphereSample)
6565
set_property(DIRECTORY PROPERTY VS_STARTUP_PROJECT AtmosphereSample)
6666
endif()
67+
68+
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/DiligentCommunity")
69+
add_subdirectory(DiligentCommunity)
70+
endif()

Projects/Asteroids/src/asteroids_DE.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ void Asteroids::InitDevice(HWND hWnd, RENDER_DEVICE_TYPE DevType)
118118
{
119119
EngineD3D11CreateInfo EngineCI;
120120
EngineCI.NumDeferredContexts = mNumSubsets - 1;
121-
EngineCI.DebugFlags = D3D11_DEBUG_FLAG_CREATE_DEBUG_DEVICE |
122-
D3D11_DEBUG_FLAG_VERIFY_COMMITTED_SHADER_RESOURCES;
123121

124122
# if ENGINE_DLL
125123
if (GetEngineFactoryD3D11 == nullptr)

0 commit comments

Comments
 (0)