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