Package org.lwjgl.vulkan
Class KHRLoadStoreOpNone
java.lang.Object
org.lwjgl.vulkan.KHRLoadStoreOpNone
This extension provides
ATTACHMENT_LOAD_OP_NONE_KHR and ATTACHMENT_STORE_OP_NONE_KHR, which are identically promoted from the VK_EXT_load_store_op_none extension.
- Name String
VK_KHR_load_store_op_none- Extension Type
- Device extension
- Registered Extension Number
- 527
- Revision
- 1
- Contact
- Shahbaz Youssefi syoussefi
- Extension Proposal
- VK_KHR_load_store_op_none
Other Extension Metadata
- Last Modified Date
- 2023-05-16
- Contributors
- Shahbaz Youssefi, Google
- Bill Licea-Kane, Qualcomm Technologies, Inc.
- Tobias Hector, AMD
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intExtendsVkAttachmentLoadOp.static final intExtendsVkAttachmentStoreOp.static final StringThe extension name.static final intThe extension specification version. -
Method Summary
-
Field Details
-
VK_KHR_LOAD_STORE_OP_NONE_SPEC_VERSION
public static final int VK_KHR_LOAD_STORE_OP_NONE_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_KHR_LOAD_STORE_OP_NONE_EXTENSION_NAME
The extension name.- See Also:
-
VK_ATTACHMENT_LOAD_OP_NONE_KHR
public static final int VK_ATTACHMENT_LOAD_OP_NONE_KHRExtendsVkAttachmentLoadOp.- See Also:
-
VK_ATTACHMENT_STORE_OP_NONE_KHR
public static final int VK_ATTACHMENT_STORE_OP_NONE_KHRExtendsVkAttachmentStoreOp.- See Also:
-