Searched defs:TypeState (Results 1 – 1 of 1) sorted by relevance
99 struct TypeState struct101 TypeState(vk::VkDescriptorType type_) : type(type_), alive(true), count(0u) in TypeState() argument105 const vk::VkDescriptorType type;106 bool alive;107 uint32_t count;