|
HDK
|
#include "RV_API.h"#include <SYS/SYS_Hash.h>#include <UT/UT_Array.h>#include <UT/UT_ArrayStringMap.h>#include <UT/UT_Map.h>#include <UT/UT_Lock.h>#include <UT/UT_Set.h>#include <UT/UT_SmallArray.h>#include <UT/UT_StringHolder.h>#include <UT/UT_UniquePtr.h>#include <UT/UT_RWLock.h>#include <VE/VE_VK.h>#include "RV_Type.h"#include "RV_TypePtrs.h"
Include dependency graph for RV_VKDescriptorSet.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | RV_Uniform |
| Type info for a single variable in a shader. More... | |
| struct | RV_VKDescriptorBinding |
| class | RV_VKDescriptorSetInfo |
| class | RV_VKDescriptorLayout |
| class | RV_VKDescriptorSetUpdates |
| class | RV_VKDescriptorSet |
| class | RV_VKDescriptorPool |
| class | RV_DescriptorAllocator |
| struct | RV_DescriptorAllocator::CachedSetLayoutInfo |
Functions | |
| void | RVgetUniformSize (RV_UniformType type, int &out_typesize, bool &out_is_int, int &out_size, int &out_align, int &out_vec_num, int &out_col_num) |
| bool | RVtryToUseUpdateAfterBind () |
| SYS_HashType | hash_value (const RV_VKDescriptorSetInfo &in) |
|
inline |
Definition at line 286 of file RV_VKDescriptorSet.h.
| void RVgetUniformSize | ( | RV_UniformType | type, |
| int & | out_typesize, | ||
| bool & | out_is_int, | ||
| int & | out_size, | ||
| int & | out_align, | ||
| int & | out_vec_num, | ||
| int & | out_col_num | ||
| ) |
| bool RVtryToUseUpdateAfterBind | ( | ) |