HDK
|
#include <RV_VKPipelineLayout.h>
Public Member Functions | |
RV_VKPushConstantInfo ()=default | |
RV_VKPushConstantInfo (UT_Array< RV_Uniform > &&members, VkShaderStageFlagBits stage, int offset, int size) | |
const UT_Array < RV_VKPushConstantRange > & | getRanges () const |
bool | merge (const RV_VKPushConstantInfo &other) |
bool | merge (const RV_VKPushConstantRange &new_range) |
Friends | |
class | RV_VKPipelineLayout |
Definition at line 51 of file RV_VKPipelineLayout.h.
|
default |
RV_VKPushConstantInfo::RV_VKPushConstantInfo | ( | UT_Array< RV_Uniform > && | members, |
VkShaderStageFlagBits | stage, | ||
int | offset, | ||
int | size | ||
) |
|
inline |
Definition at line 61 of file RV_VKPipelineLayout.h.
bool RV_VKPushConstantInfo::merge | ( | const RV_VKPushConstantInfo & | other | ) |
bool RV_VKPushConstantInfo::merge | ( | const RV_VKPushConstantRange & | new_range | ) |
|
friend |
Definition at line 69 of file RV_VKPipelineLayout.h.