Searched refs:e2DViewCompatibleEXT (Results 1 – 2 of 2) sorted by relevance
1884 e2DViewCompatibleEXT = VK_IMAGE_CREATE_2D_VIEW_COMPATIBLE_BIT_EXT, enumerator1912 | ImageCreateFlagBits::e2DViewCompatibleEXT
95 if ( value & ImageCreateFlagBits::e2DViewCompatibleEXT ) result += "2DViewCompatibleEXT | "; in to_string()4063 case ImageCreateFlagBits::e2DViewCompatibleEXT : return "2DViewCompatibleEXT"; in to_string()