Skip to content

Commit c484dc0

Browse files
committed
Minor cleanup
Make constexpr block consistent with rest of the chapters
1 parent d9c749c commit c484dc0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

attachments/31_compute_shader.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import vulkan_hpp;
3333
constexpr uint32_t WIDTH = 800;
3434
constexpr uint32_t HEIGHT = 600;
3535
constexpr uint32_t PARTICLE_COUNT = 8192;
36-
3736
constexpr int MAX_FRAMES_IN_FLIGHT = 2;
3837

3938
const std::vector validationLayers = {

attachments/37_multithreading.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ import vulkan_hpp;
3434
constexpr uint32_t WIDTH = 800;
3535
constexpr uint32_t HEIGHT = 600;
3636
constexpr uint32_t PARTICLE_COUNT = 8192;
37-
3837
constexpr int MAX_FRAMES_IN_FLIGHT = 2;
3938

40-
4139
struct UniformBufferObject {
4240
float deltaTime = 1.0f;
4341
};

0 commit comments

Comments
 (0)