Class QCOMRenderPassStoreOps

java.lang.Object
org.lwjgl.vulkan.QCOMRenderPassStoreOps

public final class QCOMRenderPassStoreOps extends Object
Render pass attachments can be read-only for the duration of a render pass.

Examples include input attachments and depth attachments where depth tests are enabled but depth writes are not enabled.

In such cases, there can be no contents generated for an attachment within the render area.

This extension adds a new VkAttachmentStoreOp ATTACHMENT_STORE_OP_NONE_QCOM specifying that the contents within the render area may not be written to memory, but that the prior contents of the attachment in memory are preserved. However, if any contents were generated within the render area during rendering, the contents of the attachment will be undefined inside the render area.

Note

The VkAttachmentStoreOp ATTACHMENT_STORE_OP_STORE may force an implementation to assume that the attachment was written and force an implementation to flush data to memory or to a higher level cache. The VkAttachmentStoreOp ATTACHMENT_STORE_OP_NONE_QCOM may allow an implementation to assume that the attachment was not written and allow an implementation to avoid such a flush.

Name String
VK_QCOM_render_pass_store_ops
Extension Type
Device extension
Registered Extension Number
302
Revision
2
Contact
Other Extension Metadata
Last Modified Date
2020-03-25
Contributors
  • Bill Licea-Kane, Qualcomm Technologies, Inc.
  • Field Details

    • VK_QCOM_RENDER_PASS_STORE_OPS_SPEC_VERSION

      public static final int VK_QCOM_RENDER_PASS_STORE_OPS_SPEC_VERSION
      The extension specification version.
      See Also:
    • VK_QCOM_RENDER_PASS_STORE_OPS_EXTENSION_NAME

      public static final String VK_QCOM_RENDER_PASS_STORE_OPS_EXTENSION_NAME
      The extension name.
      See Also:
    • VK_ATTACHMENT_STORE_OP_NONE_QCOM

      public static final int VK_ATTACHMENT_STORE_OP_NONE_QCOM
      Extends VkAttachmentStoreOp.
      See Also: