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

#include <RV_VKPipelineLayout.h>

Public Member Functions

bool operator== (const RV_VKPushConstantRange &other) const
 

Public Attributes

UT_Array< RV_UniformmyMembers
 
VkShaderStageFlags myStages
 
int myOffset
 
int mySize
 

Detailed Description

Definition at line 54 of file RV_VKPipelineLayout.h.

Member Function Documentation

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

Definition at line 61 of file RV_VKPipelineLayout.h.

Member Data Documentation

UT_Array<RV_Uniform> RV_VKPushConstantRange::myMembers

Definition at line 56 of file RV_VKPipelineLayout.h.

int RV_VKPushConstantRange::myOffset

Definition at line 58 of file RV_VKPipelineLayout.h.

int RV_VKPushConstantRange::mySize

Definition at line 59 of file RV_VKPipelineLayout.h.

VkShaderStageFlags RV_VKPushConstantRange::myStages

Definition at line 57 of file RV_VKPipelineLayout.h.


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