Searched defs:safe_VkSamplerYcbcrConversionInfo (Results 1 – 1 of 1) sorted by relevance
1764 struct safe_VkSamplerYcbcrConversionInfo { struct1768 safe_VkSamplerYcbcrConversionInfo(const VkSamplerYcbcrConversionInfo* in_struct); argument1770 safe_VkSamplerYcbcrConversionInfo& operator=(const safe_VkSamplerYcbcrConversionInfo& src); argument1775 …amplerYcbcrConversionInfo *ptr() { return reinterpret_cast<VkSamplerYcbcrConversionInfo *>(this); } in ptr()1776 …ionInfo const *ptr() const { return reinterpret_cast<VkSamplerYcbcrConversionInfo const *>(this); } in ptr()