Skip to content

Commit

Permalink
Use vk::Format that matches coloredCubeData (#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
xbohdan authored Nov 16, 2023
1 parent 846ac99 commit 1bfaa9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RAII_Samples/DynamicUniform/DynamicUniform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ int main( int /*argc*/, char ** /*argv*/ )
fragmentShaderModule,
nullptr,
sizeof( coloredCubeData[0] ),
{ { vk::Format::eR32G32B32A32Sfloat, 0 }, { vk::Format::eR32G32Sfloat, 16 } },
{ { vk::Format::eR32G32B32A32Sfloat, 0 }, { vk::Format::eR32G32B32A32Sfloat, 16 } },
vk::FrontFace::eClockwise,
true,
pipelineLayout,
Expand Down

0 comments on commit 1bfaa9f

Please sign in to comment.