HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RV_RenderPassFormatInfo Struct Reference

#include <RV_VKFramebuffer.h>

Public Member Functions

bool operator== (const RV_RenderPassFormatInfo &other) const
 
bool operator!= (const RV_RenderPassFormatInfo &other) const
 

Public Attributes

bool myIsDynamicRendering = false
 
bool myIsRenderPassRendering = false
 
int mySamples = 1
 
UT_FixedArray< VkFormat, 8 > myColorFormats = {}
 
int myColorFormatCount = 0
 
VkFormat myDepthStencilFormat = VK_FORMAT_UNDEFINED
 

Detailed Description

Definition at line 45 of file RV_VKFramebuffer.h.

Member Function Documentation

Definition at line 71 of file RV_VKFramebuffer.h.

bool RV_RenderPassFormatInfo::operator== ( const RV_RenderPassFormatInfo other) const
inline

Definition at line 61 of file RV_VKFramebuffer.h.

Member Data Documentation

int RV_RenderPassFormatInfo::myColorFormatCount = 0

Definition at line 53 of file RV_VKFramebuffer.h.

UT_FixedArray<VkFormat, 8> RV_RenderPassFormatInfo::myColorFormats = {}

Definition at line 52 of file RV_VKFramebuffer.h.

VkFormat RV_RenderPassFormatInfo::myDepthStencilFormat = VK_FORMAT_UNDEFINED

Definition at line 54 of file RV_VKFramebuffer.h.

bool RV_RenderPassFormatInfo::myIsDynamicRendering = false

Definition at line 47 of file RV_VKFramebuffer.h.

bool RV_RenderPassFormatInfo::myIsRenderPassRendering = false

Definition at line 48 of file RV_VKFramebuffer.h.

int RV_RenderPassFormatInfo::mySamples = 1

Definition at line 51 of file RV_VKFramebuffer.h.


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