Package org.lwjgl.vulkan
Class KHRVulkanMemoryModel
- java.lang.Object
-
- org.lwjgl.vulkan.KHRVulkanMemoryModel
-
public final class KHRVulkanMemoryModel extends java.lang.Object
TheVK_KHR_vulkan_memory_model
extension allows use of the Vulkan Memory Model, which formally defines how to synchronize memory accesses to the same memory locations performed by multiple shader invocations.- Name String
VK_KHR_vulkan_memory_model
- Extension Type
- Device extension
- Registered Extension Number
- 212
- Revision
- 3
- Extension and Version Dependencies
- Requires Vulkan 1.0
- Contact
- Jeff Bolz jeffbolznv
- Last Modified Date
- 2018-12-10
- IP Status
- No known IP claims.
- Interactions and External Dependencies
- This extension requires
SPV_KHR_vulkan_memory_model
- This extension requires
- Contributors
- Jeff Bolz, NVIDIA
- Alan Baker, Google
- Tobias Hector, AMD
- David Neto, Google
- Robert Simpson, Qualcomm Technologies, Inc.
- Brian Sumner, AMD
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
VK_KHR_VULKAN_MEMORY_MODEL_EXTENSION_NAME
The extension name.static int
VK_KHR_VULKAN_MEMORY_MODEL_SPEC_VERSION
The extension specification version.static int
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES_KHR
ExtendsVkStructureType
.
-
-
-
Field Detail
-
VK_KHR_VULKAN_MEMORY_MODEL_SPEC_VERSION
public static final int VK_KHR_VULKAN_MEMORY_MODEL_SPEC_VERSION
The extension specification version.- See Also:
- Constant Field Values
-
VK_KHR_VULKAN_MEMORY_MODEL_EXTENSION_NAME
public static final java.lang.String VK_KHR_VULKAN_MEMORY_MODEL_EXTENSION_NAME
The extension name.- See Also:
- Constant Field Values
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES_KHR
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES_KHR
ExtendsVkStructureType
.- See Also:
- Constant Field Values
-
-