Home | History | Annotate | Download | only in vulkan

Lines Matching refs:eRotate90

15054     eRotate90 = VK_SURFACE_TRANSFORM_ROTATE_90_BIT_KHR,
20622 case SurfaceTransformFlagBitsKHR::eRotate90: return "Rotate90";
20639 if (value & SurfaceTransformFlagBitsKHR::eRotate90) result += "Rotate90 | ";