| 
    HDK
    
   | 
 
#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 | 
| bool | myIsDepthReadOnly = false | 
| int32 | mySamples = 1 | 
| uint32 | myMultiviewMask = 0 | 
| UT_FixedArray< VkFormat, 8 > | myColorFormats = {} | 
| int32 | myColorFormatCount = 0 | 
| VkFormat | myDepthStencilFormat = VK_FORMAT_UNDEFINED | 
Definition at line 46 of file RV_VKFramebuffer.h.
      
  | 
  inline | 
Definition at line 75 of file RV_VKFramebuffer.h.
      
  | 
  inline | 
Definition at line 64 of file RV_VKFramebuffer.h.
| int32 RV_RenderPassFormatInfo::myColorFormatCount = 0 | 
Definition at line 56 of file RV_VKFramebuffer.h.
| UT_FixedArray<VkFormat, 8> RV_RenderPassFormatInfo::myColorFormats = {} | 
Definition at line 55 of file RV_VKFramebuffer.h.
| VkFormat RV_RenderPassFormatInfo::myDepthStencilFormat = VK_FORMAT_UNDEFINED | 
Definition at line 57 of file RV_VKFramebuffer.h.
| bool RV_RenderPassFormatInfo::myIsDepthReadOnly = false | 
Definition at line 50 of file RV_VKFramebuffer.h.
| bool RV_RenderPassFormatInfo::myIsDynamicRendering = false | 
Definition at line 48 of file RV_VKFramebuffer.h.
| bool RV_RenderPassFormatInfo::myIsRenderPassRendering = false | 
Definition at line 49 of file RV_VKFramebuffer.h.
| uint32 RV_RenderPassFormatInfo::myMultiviewMask = 0 | 
Definition at line 54 of file RV_VKFramebuffer.h.
| int32 RV_RenderPassFormatInfo::mySamples = 1 | 
Definition at line 53 of file RV_VKFramebuffer.h.