VulkanRaytracingCycles 0.0.0
Cycles Render Engine With VulkanRaytracingShaderModules. ( Experiment , in progress)
|
#include <Context1Vk.h>
Public Attributes | |
bool | validation = false |
bool | fullscreen = false |
Set to true if fullscreen mode has been requested via command line. More... | |
bool | vsync = false |
Set to true if v-sync will be forced for the swapchain. More... | |
bool | overlay = false |
Enable UI overlay. More... | |
Definition at line 958 of file Context1Vk.h.
bool ContextExVk::Settings::fullscreen = false |
Set to true if fullscreen mode has been requested via command line.
Definition at line 961 of file Context1Vk.h.
bool ContextExVk::Settings::overlay = false |
Enable UI overlay.
Definition at line 965 of file Context1Vk.h.
bool ContextExVk::Settings::validation = false |
Definition at line 959 of file Context1Vk.h.
bool ContextExVk::Settings::vsync = false |
Set to true if v-sync will be forced for the swapchain.
Definition at line 963 of file Context1Vk.h.