Commit becf0ab
committed
Updated core and tools (API253012)
1 parent ff13e0b commit becf0ab
2 files changed
+2
-2
lines changedSubmodule DiligentCore updated 32 files
- Graphics/GraphicsEngine/include/DeviceContextBase.hpp+2-2
- Graphics/GraphicsEngine/interface/APIInfo.h+1-1
- Graphics/GraphicsEngine/interface/DeviceContext.h+30-7
- Graphics/GraphicsEngine/interface/GraphicsTypes.h+15-3
- Graphics/GraphicsEngine/src/DeviceContextBase.cpp+23-7
- Graphics/GraphicsEngineD3D12/src/DeviceContextD3D12Impl.cpp+2-2
- Graphics/GraphicsEngineD3D12/src/EngineFactoryD3D12.cpp+6-3
- Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanCommandBuffer.hpp+8-8
- Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanHeaders.h+3-3
- Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanPhysicalDevice.hpp+3-3
- Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.cpp+2-2
- Graphics/GraphicsEngineVulkan/src/EngineFactoryVk.cpp+12-7
- Graphics/GraphicsEngineVulkan/src/VulkanTypeConversions.cpp+7-7
- Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanLogicalDevice.cpp+2-2
- Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanPhysicalDevice.cpp+4-4
- Graphics/ShaderTools/CMakeLists.txt+6-3
- Graphics/ShaderTools/src/SPIRVShaderResources.cpp+3-3
- ReleaseHistory.md+1
- Tests/DiligentCoreAPITest/include/InlineShaders/MeshShaderTestGLSL.h+37-36
- Tests/DiligentCoreAPITest/include/InlineShaders/MeshShaderTestHLSL.h+2-4
- Tests/DiligentCoreAPITest/src/MeshShaderTest.cpp+4-31
- Tests/DiligentCoreAPITest/src/Vulkan/MeshShaderReferenceVk.cpp+12-12
- Tests/GPUTestFramework/src/Vulkan/TestingEnvironmentVk.cpp+1-1
- ThirdParty/DirectXShaderCompiler/dxc/DXIL/DxilConstants.h+174-40
- ThirdParty/DirectXShaderCompiler/dxc/DxilContainer/DxilContainer.h+203-8
- ThirdParty/DirectXShaderCompiler/dxc/Support/Unicode.h+97
- ThirdParty/DirectXShaderCompiler/dxc/Support/WinAdapter.cpp+76-49
- ThirdParty/DirectXShaderCompiler/dxc/Support/WinFunctions.h+2-5
- ThirdParty/DirectXShaderCompiler/dxc/Support/WinIncludes.h+139
- ThirdParty/DirectXShaderCompiler/dxc/Support/dxcapi.cpp-8
- ThirdParty/DirectXShaderCompiler/dxc/WinAdapter.h+154-79
- ThirdParty/DirectXShaderCompiler/dxc/dxcapi.h+803-278
0 commit comments