Home | History | Annotate | Download | only in include

Lines Matching refs:physicalDimensions

1587     VkExtent2D get_physicalDimensions() { return m_struct.physicalDimensions; }
1588 void set_physicalDimensions(VkExtent2D inValue) { m_struct.physicalDimensions = inValue; }