Home | History | Annotate | Download | only in include

Lines Matching refs:queryType

3873     VkQueryType get_queryType() { return m_struct.queryType; }
3874 void set_queryType(VkQueryType inValue) { m_struct.queryType = inValue; }