Skip to content

Commit 0899af0

Browse files
committed
fix formatting
1 parent 4354493 commit 0899af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Graphics/GraphicsEngineVulkan/include/DeviceContextVkImpl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ class DeviceContextVkImpl final : public DeviceContextNextGenBase<EngineVkImplTr
530530

531531
// Push constants data storage
532532
std::array<Uint8, DILIGENT_MAX_PUSH_CONSTANTS_SIZE> m_PushConstantsData = {};
533-
Uint32 m_PushConstantsDataSize = 0; // Actual size of valid push constants data
533+
Uint32 m_PushConstantsDataSize = 0; // Actual size of valid push constants data
534534

535535
// Graphics/mesh, compute, ray tracing
536536
static constexpr Uint32 NUM_PIPELINE_BIND_POINTS = 3;

0 commit comments

Comments
 (0)