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

#include <vthreepy_types.h>

Public Member Functions

void copy (FormatConfig form)
 

Public Attributes

VkFormat COLORFORMAT
 
VkColorSpaceKHR COLORSPACE
 
VkFormat DEPTHFORMAT
 

Detailed Description

Definition at line 100 of file vthreepy_types.h.

Member Function Documentation

◆ copy()

void FormatConfig::copy ( FormatConfig  form)
inline

Definition at line 104 of file vthreepy_types.h.

104 {
106 COLORSPACE = form.COLORSPACE;
108 };
VkFormat DEPTHFORMAT
VkColorSpaceKHR COLORSPACE
VkFormat COLORFORMAT

Member Data Documentation

◆ COLORFORMAT

VkFormat FormatConfig::COLORFORMAT

Definition at line 101 of file vthreepy_types.h.

◆ COLORSPACE

VkColorSpaceKHR FormatConfig::COLORSPACE

Definition at line 102 of file vthreepy_types.h.

◆ DEPTHFORMAT

VkFormat FormatConfig::DEPTHFORMAT

Definition at line 103 of file vthreepy_types.h.


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