Home
last modified time | relevance | path

Searched defs:compatibilityAttachmentDescs (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_create_functions_vk.cpp49 CreateAttachmentDescriptions(const array_view<const RenderPassDesc::AttachmentDesc> attachments, const array_view<const LowLevelRenderPassCompatibilityDescVk::Attachment> compatibilityAttachmentDescs, const array_view<const ImageLayout> initialImageLayouts, const array_view<const ImageLayout> finalImageLayouts, array_view<VkAttachmentDescription> newAttachments) CreateAttachmentDescriptions() argument
83 CreateAttachmentDescriptions2(const array_view<const RenderPassDesc::AttachmentDesc> attachments, const array_view<const LowLevelRenderPassCompatibilityDescVk::Attachment> compatibilityAttachmentDescs, const array_view<const ImageLayout> initialImageLayouts, const array_view<const ImageLayout> finalImageLayouts, array_view<VkAttachmentDescription2KHR> newAttachments) CreateAttachmentDescriptions2() argument
123 CreateAttachmentDescriptionsCompatibility(const array_view<const RenderPassDesc::AttachmentDesc> attachments, const array_view<const LowLevelRenderPassCompatibilityDescVk::Attachment> compatibilityAttachmentDescs, array_view<VkAttachmentDescription> newAttachments) CreateAttachmentDescriptionsCompatibility() argument
149 CreateAttachmentDescriptionsCompatibility2(const array_view<const RenderPassDesc::AttachmentDesc> attachments, const array_view<const LowLevelRenderPassCompatibilityDescVk::Attachment> compatibilityAttachmentDescs, array_view<VkAttachmentDescription2KHR> newAttachments) CreateAttachmentDescriptionsCompatibility2() argument
204 CreateAttachmentReferences2(const uint32_t* attachmentIndices, const ImageLayout* layouts, const array_view<const LowLevelRenderPassCompatibilityDescVk::Attachment> compatibilityAttachmentDescs, const uint32_t attachmentCount, const uint32_t attachmentStartIndex, const bool createCompatibility, VkAttachmentReference2KHR* newAttachments) CreateAttachmentReferences2() argument
[all...]

Completed in 2 milliseconds