public final class KHRVulkanMemoryModel
extends java.lang.Object
VK_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.
VK_KHR_vulkan_memory_modelSPV_KHR_vulkan_memory_model| Modifier and Type | Field and 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
Extends
VkStructureType. |
public static final int VK_KHR_VULKAN_MEMORY_MODEL_SPEC_VERSION
public static final java.lang.String VK_KHR_VULKAN_MEMORY_MODEL_EXTENSION_NAME
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES_KHR
VkStructureType.Copyright LWJGL. All Rights Reserved. License terms.