Sligthly rework validation layer logging to tet file
This commit is contained in:
parent
2e6bf58914
commit
d34494602c
10 changed files with 47 additions and 26 deletions
|
|
@ -87,7 +87,7 @@ public:
|
|||
|
||||
VulkanExample() : VulkanExampleBase()
|
||||
{
|
||||
title = "Vulkan Example - Compute cull and lod";
|
||||
title = "Compute cull and lod";
|
||||
camera.type = Camera::CameraType::firstperson;
|
||||
camera.setPerspective(60.0f, (float)width / (float)height, 0.1f, 512.0f);
|
||||
camera.setTranslation(glm::vec3(0.5f, 0.0f, 0.0f));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue