Searched refs:PropertyStructWrapper (Results 1 – 1 of 1) sorted by relevance
76 template<class PropertyType> class PropertyStructWrapper;82 return new PropertyStructWrapper<PropertyType>(makePropertyDesc<PropertyType>()); in createPropertyStructWrapper()143 typedef PropertyStructWrapper<PropertyType>* PropertyWrapperPtr; in getPropertyType()169 class PropertyStructWrapper : public PropertyStructWrapperBase class172 PropertyStructWrapper (const PropertyDesc& propertyDesc) in PropertyStructWrapper() function in vk::PropertyStructWrapper