Commit 7eaafca
committed
Updated core and samples (API250011)
1 parent 9ed8d32 commit 7eaafca
2 files changed
+2
-2
lines changedSubmodule DiligentCore updated 35 files
- Graphics/GraphicsAccessories/src/GraphicsAccessories.cpp+2-4
- Graphics/GraphicsEngine/CMakeLists.txt+1
- Graphics/GraphicsEngine/include/DeviceContextBase.hpp+28
- Graphics/GraphicsEngine/include/FramebufferBase.hpp+2-3
- Graphics/GraphicsEngine/include/RenderDeviceBase.hpp+1
- Graphics/GraphicsEngine/include/SamplerBase.hpp+6-1
- Graphics/GraphicsEngine/include/ShaderResourceVariableBase.hpp+4
- Graphics/GraphicsEngine/interface/APIInfo.h+1-1
- Graphics/GraphicsEngine/interface/GraphicsTypes.h+56-17
- Graphics/GraphicsEngine/interface/Sampler.h+24-1
- Graphics/GraphicsEngine/interface/Shader.h+15-3
- Graphics/GraphicsEngine/interface/Texture.h+8-1
- Graphics/GraphicsEngine/interface/TextureView.h+2-2
- Graphics/GraphicsEngine/src/BufferBase.cpp+2-2
- Graphics/GraphicsEngine/src/FramebufferBase.cpp+36-3
- Graphics/GraphicsEngine/src/SamplerBase.cpp+51
- Graphics/GraphicsEngine/src/TextureBase.cpp+40-19
- Graphics/GraphicsEngineD3D12/src/EngineFactoryD3D12.cpp+4-2
- Graphics/GraphicsEngineD3D12/src/TextureD3D12Impl.cpp+1-1
- Graphics/GraphicsEngineD3DBase/src/ShaderD3DBase.cpp-1
- Graphics/GraphicsEngineMetal/interface/RasterizationRateMapMtl.h+7-3
- Graphics/GraphicsEngineMetal/interface/RenderDeviceMtl.h+5-5
- Graphics/GraphicsEngineOpenGL/src/ShaderGLImpl.cpp+2-3
- Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanPhysicalDevice.hpp+2
- Graphics/GraphicsEngineVulkan/src/EngineFactoryVk.cpp+72-10
- Graphics/GraphicsEngineVulkan/src/SamplerVkImpl.cpp+7
- Graphics/GraphicsEngineVulkan/src/ShaderVkImpl.cpp+1-2
- Graphics/GraphicsEngineVulkan/src/TextureVkImpl.cpp+25-2
- Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanPhysicalDevice.cpp+4-2
- Graphics/ShaderTools/src/GLSLUtils.cpp+1-1
- Graphics/ShaderTools/src/GLSLangUtils.cpp+1-1
- Graphics/ShaderTools/src/ShaderToolsCommon.cpp+5-3
- ReleaseHistory.md+1
- Tests/DiligentCoreAPITest/src/SparseResourcesTest.cpp+1-1
- Tests/IncludeTest/GraphicsEngineMetal/RasterizationRateMapMtlH_test.m+1-1
Submodule DiligentSamples updated 7 files
- SampleBase/src/Android/SampleAppAndroid.cpp+1-1
- Tutorials/Tutorial11_ResourceUpdates/src/Tutorial11_ResourceUpdates.cpp+1-1
- Tutorials/Tutorial17_MSAA/readme.md+2-2
- Tutorials/Tutorial17_MSAA/src/Tutorial17_MSAA.cpp+2-2
- Tutorials/Tutorial24_VRS/assets/ImageBlit.psh+3-8
- Tutorials/Tutorial24_VRS/assets/ImageBlit.vsh+3-2
- Tutorials/Tutorial24_VRS/src/Tutorial24_VRS.cpp+36-10
0 commit comments