enum class | FCT::ImageLayout {
FCT::undefined
, FCT::general
, FCT::colorAttachmentOptimal
, FCT::depthStencilAttachmentOptimal
,
FCT::depthStencilReadOnlyOptimal
, FCT::shaderReadOnlyOptimal
, FCT::transferSrcOptimal
, FCT::transferDstOptimal
,
FCT::preinitialized
, FCT::depthReadOnlyStencilAttachmentOptimal
, FCT::depthAttachmentStencilReadOnlyOptimal
, FCT::depthAttachmentOptimal
,
FCT::depthReadOnlyOptimal
, FCT::stencilAttachmentOptimal
, FCT::stencilReadOnlyOptimal
, FCT::readOnlyOptimal
,
FCT::attachmentOptimal
, FCT::renderingLocalRead
, FCT::presentSrcKHR
, FCT::videoDecodeDstKHR
,
FCT::videoDecodeSrcKHR
, FCT::videoDecodeDpbKHR
, FCT::sharedPresentKHR
, FCT::fragmentDensityMapOptimalEXT
,
FCT::fragmentShadingRateAttachmentOptimalKHR
, FCT::shadingRateOptimalNV
, FCT::videoEncodeDstKHR
, FCT::videoEncodeSrcKHR
,
FCT::videoEncodeDpbKHR
, FCT::attachmentFeedbackLoopOptimalEXT
, FCT::videoEncodeQuantizationMapKHR
} |