diff options
| author | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-03-31 01:32:21 +0200 |
|---|---|---|
| committer | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-03-31 01:32:21 +0200 |
| commit | 6e2ea69003acc0a799bccde5002917bc22aefe81 (patch) | |
| tree | 98ebe33af65fd5be2035509e4a4632b4bffc070f /tools/Vulkan-Tools/cube | |
| parent | 8e2ff15dbd3fe70fe2b52397b1eaba3fe2d7a5e8 (diff) | |
| download | usermoji-6e2ea69003acc0a799bccde5002917bc22aefe81.tar.xz | |
vkcube: greenscreen
Diffstat (limited to 'tools/Vulkan-Tools/cube')
| -rw-r--r-- | tools/Vulkan-Tools/cube/cube.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Vulkan-Tools/cube/cube.c b/tools/Vulkan-Tools/cube/cube.c index d28285de..0e333a79 100644 --- a/tools/Vulkan-Tools/cube/cube.c +++ b/tools/Vulkan-Tools/cube/cube.c @@ -894,7 +894,7 @@ static void demo_draw_build_cmd(struct demo *demo, SubmissionResources *submissi .pInheritanceInfo = NULL, }; const VkClearValue clear_values[2] = { - [0] = {.color.float32 = {0.2f, 0.2f, 0.2f, 0.2f}}, + [0] = {.color.float32 = {0.0f, 1.0f, 0.0f, 1.0f}}, [1] = {.depthStencil = {1.0f, 0}}, }; const VkRenderPassBeginInfo rp_begin = { |
