Searched refs:AttachmentStoreOp (Results 1 – 6 of 6) sorted by relevance
833 .storeOp = vkhpp::AttachmentStoreOp::eStore, in CreateFramebuffer()835 .stencilStoreOp = vkhpp::AttachmentStoreOp::eStore, in CreateFramebuffer()852 .storeOp = vkhpp::AttachmentStoreOp::eStore, in CreateFramebuffer()854 .stencilStoreOp = vkhpp::AttachmentStoreOp::eStore, in CreateFramebuffer()
3061 VULKAN_HPP_INLINE std::string to_string( AttachmentStoreOp value ) in to_string()3065 case AttachmentStoreOp::eStore : return "Store"; in to_string()3066 case AttachmentStoreOp::eDontCare : return "DontCare"; in to_string()3067 case AttachmentStoreOp::eNone : return "None"; in to_string()
5317 VULKAN_HPP_INLINE std::string to_string( AttachmentStoreOp value ) in to_string()5321 case AttachmentStoreOp::eStore : return "Store"; in to_string()5322 case AttachmentStoreOp::eDontCare : return "DontCare"; in to_string()5323 case AttachmentStoreOp::eNone : return "None"; in to_string()
2288 enum class AttachmentStoreOp enum
3528 enum class AttachmentStoreOp enum
135 .storeOp = vkhpp::AttachmentStoreOp::eStore, in createRenderPass()