Searched defs:dzn_descriptor_set_layout_binding (Results 1 – 1 of 1) sorted by relevance
604 struct dzn_descriptor_set_layout_binding { struct605 VkDescriptorType type;606 uint32_t stages;607 D3D12_SHADER_VISIBILITY visibility;608 uint32_t base_shader_register;609 uint32_t range_idx[NUM_POOL_TYPES];610 union {