public final class AMDDeviceCoherentMemory
extends java.lang.Object
Device coherent and uncached memory are expected to have lower performance for general access than non-device coherent memory, but can be useful in certain scenarios; particularly so for debugging.
VK_AMD_device_coherent_memory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VK_AMD_DEVICE_COHERENT_MEMORY_EXTENSION_NAME
The extension name.
|
static int |
VK_AMD_DEVICE_COHERENT_MEMORY_SPEC_VERSION
The extension specification version.
|
static int |
VK_MEMORY_PROPERTY_DEVICE_COHERENT_BIT_AMD
Extends
VkMemoryPropertyFlagBits. |
static int |
VK_MEMORY_PROPERTY_DEVICE_UNCACHED_BIT_AMD
Extends
VkMemoryPropertyFlagBits. |
static int |
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COHERENT_MEMORY_FEATURES_AMD
Extends
VkStructureType. |
public static final int VK_AMD_DEVICE_COHERENT_MEMORY_SPEC_VERSION
public static final java.lang.String VK_AMD_DEVICE_COHERENT_MEMORY_EXTENSION_NAME
public static final int VK_MEMORY_PROPERTY_DEVICE_COHERENT_BIT_AMD
VkMemoryPropertyFlagBits.
public static final int VK_MEMORY_PROPERTY_DEVICE_UNCACHED_BIT_AMD
VkMemoryPropertyFlagBits.
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COHERENT_MEMORY_FEATURES_AMD
VkStructureType.Copyright LWJGL. All Rights Reserved. License terms.