Skip to content
Snippets Groups Projects
Commit e79634e4 authored by Sascha Willems's avatar Sascha Willems
Browse files

Disable UI overlay for triangle sample

Fixes validation layer errors
Refs #876
parent a5022d6d
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,8 @@ public:
VulkanExample() : VulkanExampleBase(ENABLE_VALIDATION)
{
title = "Vulkan Example - Basic indexed triangle";
// To keep things simple, we don't use the UI overlay
settings.overlay = false;
// Setup a default look-at camera
camera.type = Camera::CameraType::lookat;
camera.setPosition(glm::vec3(0.0f, 0.0f, -2.5f));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment