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 d9c749c commit c484dc0Copy full SHA for c484dc0
attachments/31_compute_shader.cpp
@@ -33,7 +33,6 @@ import vulkan_hpp;
33
constexpr uint32_t WIDTH = 800;
34
constexpr uint32_t HEIGHT = 600;
35
constexpr uint32_t PARTICLE_COUNT = 8192;
36
-
37
constexpr int MAX_FRAMES_IN_FLIGHT = 2;
38
39
const std::vector validationLayers = {
attachments/37_multithreading.cpp
@@ -34,10 +34,8 @@ import vulkan_hpp;
40
41
struct UniformBufferObject {
42
float deltaTime = 1.0f;
43
};
0 commit comments