We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4354493 commit 0899af0Copy full SHA for 0899af0
Graphics/GraphicsEngineVulkan/include/DeviceContextVkImpl.hpp
@@ -530,7 +530,7 @@ class DeviceContextVkImpl final : public DeviceContextNextGenBase<EngineVkImplTr
530
531
// Push constants data storage
532
std::array<Uint8, DILIGENT_MAX_PUSH_CONSTANTS_SIZE> m_PushConstantsData = {};
533
- Uint32 m_PushConstantsDataSize = 0; // Actual size of valid push constants data
+ Uint32 m_PushConstantsDataSize = 0; // Actual size of valid push constants data
534
535
// Graphics/mesh, compute, ray tracing
536
static constexpr Uint32 NUM_PIPELINE_BIND_POINTS = 3;
0 commit comments