Home | History | Annotate | Download | only in include

Lines Matching refs:minImageTransferGranularity

3912     VkExtent3D get_minImageTransferGranularity() { return m_struct.minImageTransferGranularity; }
3913 void set_minImageTransferGranularity(VkExtent3D inValue) { m_struct.minImageTransferGranularity = inValue; }