#include <shader_types.h>
Public Attributes | |
uint32_t | binding |
DescriptorType | descriptor_type |
ShaderStage | shader_stage |
Definition at line 167 of file shader_types.h.
uint32_t impeller::DescriptorSetLayout::binding |
Definition at line 168 of file shader_types.h.
Referenced by impeller::testing::TEST_P(), and impeller::ToVKDescriptorSetLayoutBinding().
DescriptorType impeller::DescriptorSetLayout::descriptor_type |
Definition at line 169 of file shader_types.h.
Referenced by impeller::VertexDescriptor::RegisterDescriptorSetLayouts(), and impeller::ToVKDescriptorSetLayoutBinding().
ShaderStage impeller::DescriptorSetLayout::shader_stage |
Definition at line 170 of file shader_types.h.
Referenced by impeller::ToVKDescriptorSetLayoutBinding().