Fix rayquery demo to not require full raytracing support.
This commit is contained in:
parent
2c8b29b39c
commit
488aa9c220
3 changed files with 5 additions and 5 deletions
|
|
@ -47,7 +47,7 @@ public:
|
|||
camera.setRotation(glm::vec3(0.0f, 0.0f, 0.0f));
|
||||
camera.setTranslation(glm::vec3(0.0f, 3.0f, -10.0f));
|
||||
settings.overlay = true;
|
||||
enableExtensions();
|
||||
enableExtensions(true);
|
||||
enabledDeviceExtensions.push_back(VK_KHR_RAY_QUERY_EXTENSION_NAME);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue