Searched refs:PropertyStructWrapper (Results 1 – 1 of 1) sorted by relevance
74 template<class PropertyType> class PropertyStructWrapper;80 return new PropertyStructWrapper<PropertyType>(makePropertyDesc<PropertyType>()); in createPropertyStructWrapper()131 typedef PropertyStructWrapper<PropertyType>* PropertyWrapperPtr; in getPropertyType()157 class PropertyStructWrapper : public PropertyStructWrapperBase class160 PropertyStructWrapper (const PropertyDesc& propertyDesc) in PropertyStructWrapper() function in vk::PropertyStructWrapper