MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / setDescriptorMappingSource

Method setDescriptorMappingSource

layersvt/api_dump.h:976–976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected