Replaced text overlay with proper UI overlay
This commit is contained in:
parent
570750c16f
commit
68692367e0
54 changed files with 564 additions and 1649 deletions
|
|
@ -93,8 +93,8 @@ public:
|
|||
|
||||
VulkanExample() : VulkanExampleBase(ENABLE_VALIDATION)
|
||||
{
|
||||
title = "Vulkan Example - Compute shader ray tracing";
|
||||
enableTextOverlay = true;
|
||||
title = "Compute shader ray tracing";
|
||||
settings.overlay = true;
|
||||
compute.ubo.aspectRatio = (float)width / (float)height;
|
||||
timerSpeed *= 0.25f;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue