#include <shader_types.h>
Public Attributes | |
| uint32_t | binding |
| DescriptorType | descriptor_type |
| ShaderStage | shader_stage |
Definition at line 149 of file shader_types.h.
| uint32_t impeller::DescriptorSetLayout::binding |
Definition at line 150 of file shader_types.h.
Referenced by impeller::ToVKDescriptorSetLayoutBinding().
| DescriptorType impeller::DescriptorSetLayout::descriptor_type |
Definition at line 151 of file shader_types.h.
Referenced by impeller::AllocateAndBindDescriptorSets(), and impeller::ToVKDescriptorSetLayoutBinding().
| ShaderStage impeller::DescriptorSetLayout::shader_stage |
Definition at line 152 of file shader_types.h.
Referenced by impeller::ToVKDescriptorSetLayoutBinding().