| 974 | void setIndirectCommandsLayoutToken(VkIndirectCommandsTokenTypeEXT type) { this->indirectCommandsLayoutToken = type; } |
| 975 | VkIndirectCommandsTokenTypeEXT getIndirectCommandsLayoutToken() { return this->indirectCommandsLayoutToken; } |
| 976 | void setDescriptorMappingSource(VkDescriptorMappingSourceEXT source) { this->descriptorMappingSource = source; } |
| 977 | VkDescriptorMappingSourceEXT getDescriptorMappingSource() { return this->descriptorMappingSource; } |
| 978 | |
| 979 | void setSpsMaxSubLayersMinus1(uint8_t sps_max_sub_layers_minus1) { |
nothing calls this directly
no outgoing calls
no test coverage detected