Searched refs:PropertyStructWrapper (Results 1 – 1 of 1) sorted by relevance
73 template<class PropertyType> class PropertyStructWrapper;79 return new PropertyStructWrapper<PropertyType>(makePropertyDesc<PropertyType>()); in createPropertyStructWrapper()128 typedef PropertyStructWrapper<PropertyType>* PropertyWrapperPtr; in getPropertyType()154 class PropertyStructWrapper : public PropertyStructWrapperBase class157 PropertyStructWrapper (const PropertyDesc& propertyDesc) in PropertyStructWrapper() function in vk::PropertyStructWrapper