|
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) |
| bool | operator== (const RV_VKPushConstantInfo &other) const |
| bool | operator!= (const RV_VKPushConstantInfo &other) const |
Friends | |
| class | RV_VKPipelineLayout |
Definition at line 72 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 82 of file RV_VKPipelineLayout.h.
| bool RV_VKPushConstantInfo::merge | ( | const RV_VKPushConstantInfo & | other | ) |
| bool RV_VKPushConstantInfo::merge | ( | const RV_VKPushConstantRange & | new_range | ) |
|
inline |
Definition at line 91 of file RV_VKPipelineLayout.h.
|
inline |
Definition at line 88 of file RV_VKPipelineLayout.h.
|
friend |
Definition at line 96 of file RV_VKPipelineLayout.h.