#include <RV_VKDescriptorSet.h>
|
bool | isValid () const |
|
| RV_VKDescriptorBinding ()=default |
|
| RV_VKDescriptorBinding (const UT_StringHolder &name, VkDescriptorType type, uint32_t count, VkShaderStageFlags stages, uint32_t binding, uint32_t set, RV_UniformType uniform_type) |
|
| RV_VKDescriptorBinding (const UT_StringHolder &name, VkDescriptorType type, uint32_t count, VkShaderStageFlags stages, uint32_t binding, uint32_t set, uint32_t buffer_size, const UT_Array< RV_Uniform > &members) |
|
bool | isCompatibleToMerge () |
|
bool | isCompatibleToBind () |
|
bool | compare (const RV_VKDescriptorBinding &other, bool compare_uniforms_types, bool compare_uniforms_names, bool compare_binding_location, bool compare_binding_stages) const |
|
void | merge (const RV_VKDescriptorBinding &other) |
|
Definition at line 154 of file RV_VKDescriptorSet.h.
RV_VKDescriptorBinding::RV_VKDescriptorBinding |
( |
| ) |
|
|
default |
bool RV_VKDescriptorBinding::compare |
( |
const RV_VKDescriptorBinding & |
other, |
|
|
bool |
compare_uniforms_types, |
|
|
bool |
compare_uniforms_names, |
|
|
bool |
compare_binding_location, |
|
|
bool |
compare_binding_stages |
|
) |
| const |
bool RV_VKDescriptorBinding::isCompatibleToBind |
( |
| ) |
|
bool RV_VKDescriptorBinding::isCompatibleToMerge |
( |
| ) |
|
bool RV_VKDescriptorBinding::isValid |
( |
| ) |
const |
uint32_t RV_VKDescriptorBinding::myBindingNumber |
uint32_t RV_VKDescriptorBinding::myBufferSize |
uint32_t RV_VKDescriptorBinding::myCount = 0 |
uint32_t RV_VKDescriptorBinding::mySetNumber |
The documentation for this struct was generated from the following file: