public final class EXTMemoryBudget
extends java.lang.Object
The heapBudget values can be used as a guideline for how much total memory from each heap the process can use at any given time, before allocations may start failing or causing performance degradation. The values may change based on other activity in the system that is outside the scope and control of the Vulkan implementation.
VK_EXT_memory_budgetVK_KHR_get_physical_device_properties2| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VK_EXT_MEMORY_BUDGET_EXTENSION_NAME
The extension name.
|
static int |
VK_EXT_MEMORY_BUDGET_SPEC_VERSION
The extension specification version.
|
static int |
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_BUDGET_PROPERTIES_EXT
Extends
VkStructureType. |
public static final int VK_EXT_MEMORY_BUDGET_SPEC_VERSION
public static final java.lang.String VK_EXT_MEMORY_BUDGET_EXTENSION_NAME
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_BUDGET_PROPERTIES_EXT
VkStructureType.Copyright LWJGL. All Rights Reserved. License terms.