VulkanRaytracingCycles 0.0.0
Cycles Render Engine With VulkanRaytracingShaderModules. ( Experiment , in progress)
ContextExVk::Settings Struct Reference

#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...
 

Detailed Description

Definition at line 958 of file Context1Vk.h.

Member Data Documentation

◆ fullscreen

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.

◆ overlay

bool ContextExVk::Settings::overlay = false

Enable UI overlay.

Definition at line 965 of file Context1Vk.h.

◆ validation

bool ContextExVk::Settings::validation = false

Definition at line 959 of file Context1Vk.h.

◆ vsync

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.


The documentation for this struct was generated from the following file: