Package org.lwjgl.vulkan
Class VkPhysicalDeviceMemoryProperties2
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkPhysicalDeviceMemoryProperties2
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Direct Known Subclasses:
VkPhysicalDeviceMemoryProperties2KHR
public class VkPhysicalDeviceMemoryProperties2 extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
Structure specifying physical device memory properties.Valid Usage (Implicit)
sType
must beSTRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PROPERTIES_2
pNext
must beNULL
or a pointer to a valid instance ofVkPhysicalDeviceMemoryBudgetPropertiesEXT
See Also
VkPhysicalDeviceMemoryProperties
,GetPhysicalDeviceMemoryProperties2
,GetPhysicalDeviceMemoryProperties2KHR
Member documentation
sType
– the type of this structure.pNext
–NULL
or a pointer to an extension-specific structure.memoryProperties
– a structure of typeVkPhysicalDeviceMemoryProperties
which is populated with the same values as inGetPhysicalDeviceMemoryProperties
.
Layout
struct VkPhysicalDeviceMemoryProperties2 { VkStructureType sType; void * pNext;
VkPhysicalDeviceMemoryProperties
memoryProperties; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkPhysicalDeviceMemoryProperties2.Buffer
An array ofVkPhysicalDeviceMemoryProperties2
structs.
-
Field Summary
Fields Modifier and Type Field Description static int
ALIGNOF
The struct alignment in bytes.static int
MEMORYPROPERTIES
PNEXTThe struct member offsets.static int
SIZEOF
The struct size in bytes.static int
STYPE
The struct member offsets.
-
Constructor Summary
Constructors Constructor Description VkPhysicalDeviceMemoryProperties2(java.nio.ByteBuffer container)
Creates aVkPhysicalDeviceMemoryProperties2
instance at the current position of the specifiedByteBuffer
container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VkPhysicalDeviceMemoryProperties2
calloc()
Returns a newVkPhysicalDeviceMemoryProperties2
instance allocated withmemCalloc
.static VkPhysicalDeviceMemoryProperties2.Buffer
calloc(int capacity)
Returns a newVkPhysicalDeviceMemoryProperties2.Buffer
instance allocated withmemCalloc
.static VkPhysicalDeviceMemoryProperties2
callocStack()
Returns a newVkPhysicalDeviceMemoryProperties2
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceMemoryProperties2.Buffer
callocStack(int capacity)
Returns a newVkPhysicalDeviceMemoryProperties2.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceMemoryProperties2.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceMemoryProperties2.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceMemoryProperties2
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceMemoryProperties2
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceMemoryProperties2
create()
Returns a newVkPhysicalDeviceMemoryProperties2
instance allocated withBufferUtils
.static VkPhysicalDeviceMemoryProperties2.Buffer
create(int capacity)
Returns a newVkPhysicalDeviceMemoryProperties2.Buffer
instance allocated withBufferUtils
.static VkPhysicalDeviceMemoryProperties2
create(long address)
Returns a newVkPhysicalDeviceMemoryProperties2
instance for the specified memory address.static VkPhysicalDeviceMemoryProperties2.Buffer
create(long address, int capacity)
Create aVkPhysicalDeviceMemoryProperties2.Buffer
instance at the specified memory.static VkPhysicalDeviceMemoryProperties2
createSafe(long address)
static VkPhysicalDeviceMemoryProperties2.Buffer
createSafe(long address, int capacity)
static VkPhysicalDeviceMemoryProperties2
malloc()
Returns a newVkPhysicalDeviceMemoryProperties2
instance allocated withmemAlloc
.static VkPhysicalDeviceMemoryProperties2.Buffer
malloc(int capacity)
Returns a newVkPhysicalDeviceMemoryProperties2.Buffer
instance allocated withmemAlloc
.static VkPhysicalDeviceMemoryProperties2
mallocStack()
Returns a newVkPhysicalDeviceMemoryProperties2
instance allocated on the thread-localMemoryStack
.static VkPhysicalDeviceMemoryProperties2.Buffer
mallocStack(int capacity)
Returns a newVkPhysicalDeviceMemoryProperties2.Buffer
instance allocated on the thread-localMemoryStack
.static VkPhysicalDeviceMemoryProperties2.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceMemoryProperties2.Buffer
instance allocated on the specifiedMemoryStack
.static VkPhysicalDeviceMemoryProperties2
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceMemoryProperties2
instance allocated on the specifiedMemoryStack
.VkPhysicalDeviceMemoryProperties
memoryProperties()
Returns aVkPhysicalDeviceMemoryProperties
view of thememoryProperties
field.static VkPhysicalDeviceMemoryProperties
nmemoryProperties(long struct)
Unsafe version ofmemoryProperties()
.static long
npNext(long struct)
Unsafe version ofpNext()
.static void
npNext(long struct, long value)
Unsafe version ofpNext
.static int
nsType(long struct)
Unsafe version ofsType()
.static void
nsType(long struct, int value)
Unsafe version ofsType
.long
pNext()
Returns the value of thepNext
field.VkPhysicalDeviceMemoryProperties2
pNext(long value)
Sets the specified value to thepNext
field.VkPhysicalDeviceMemoryProperties2
set(int sType, long pNext)
Initializes this struct with the specified values.VkPhysicalDeviceMemoryProperties2
set(VkPhysicalDeviceMemoryProperties2 src)
Copies the specified struct data to this struct.int
sizeof()
int
sType()
Returns the value of thesType
field.VkPhysicalDeviceMemoryProperties2
sType(int value)
Sets the specified value to thesType
field.
-
-
-
Constructor Detail
-
VkPhysicalDeviceMemoryProperties2
public VkPhysicalDeviceMemoryProperties2(java.nio.ByteBuffer container)
Creates aVkPhysicalDeviceMemoryProperties2
instance at the current position of the specifiedByteBuffer
container. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Detail
-
sizeof
public int sizeof()
- Specified by:
sizeof
in classorg.lwjgl.system.Struct
-
sType
public int sType()
Returns the value of thesType
field.
-
pNext
public long pNext()
Returns the value of thepNext
field.
-
memoryProperties
public VkPhysicalDeviceMemoryProperties memoryProperties()
Returns aVkPhysicalDeviceMemoryProperties
view of thememoryProperties
field.
-
sType
public VkPhysicalDeviceMemoryProperties2 sType(int value)
Sets the specified value to thesType
field.
-
pNext
public VkPhysicalDeviceMemoryProperties2 pNext(long value)
Sets the specified value to thepNext
field.
-
set
public VkPhysicalDeviceMemoryProperties2 set(int sType, long pNext)
Initializes this struct with the specified values.
-
set
public VkPhysicalDeviceMemoryProperties2 set(VkPhysicalDeviceMemoryProperties2 src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkPhysicalDeviceMemoryProperties2 malloc()
Returns a newVkPhysicalDeviceMemoryProperties2
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkPhysicalDeviceMemoryProperties2 calloc()
Returns a newVkPhysicalDeviceMemoryProperties2
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkPhysicalDeviceMemoryProperties2 create()
Returns a newVkPhysicalDeviceMemoryProperties2
instance allocated withBufferUtils
.
-
create
public static VkPhysicalDeviceMemoryProperties2 create(long address)
Returns a newVkPhysicalDeviceMemoryProperties2
instance for the specified memory address.
-
createSafe
@Nullable public static VkPhysicalDeviceMemoryProperties2 createSafe(long address)
-
malloc
public static VkPhysicalDeviceMemoryProperties2.Buffer malloc(int capacity)
Returns a newVkPhysicalDeviceMemoryProperties2.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkPhysicalDeviceMemoryProperties2.Buffer calloc(int capacity)
Returns a newVkPhysicalDeviceMemoryProperties2.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDeviceMemoryProperties2.Buffer create(int capacity)
Returns a newVkPhysicalDeviceMemoryProperties2.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDeviceMemoryProperties2.Buffer create(long address, int capacity)
Create aVkPhysicalDeviceMemoryProperties2.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkPhysicalDeviceMemoryProperties2.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkPhysicalDeviceMemoryProperties2 mallocStack()
Returns a newVkPhysicalDeviceMemoryProperties2
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkPhysicalDeviceMemoryProperties2 callocStack()
Returns a newVkPhysicalDeviceMemoryProperties2
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkPhysicalDeviceMemoryProperties2 mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceMemoryProperties2
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkPhysicalDeviceMemoryProperties2 callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceMemoryProperties2
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkPhysicalDeviceMemoryProperties2.Buffer mallocStack(int capacity)
Returns a newVkPhysicalDeviceMemoryProperties2.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkPhysicalDeviceMemoryProperties2.Buffer callocStack(int capacity)
Returns a newVkPhysicalDeviceMemoryProperties2.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkPhysicalDeviceMemoryProperties2.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceMemoryProperties2.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkPhysicalDeviceMemoryProperties2.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceMemoryProperties2.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
nsType
public static int nsType(long struct)
Unsafe version ofsType()
.
-
npNext
public static long npNext(long struct)
Unsafe version ofpNext()
.
-
nmemoryProperties
public static VkPhysicalDeviceMemoryProperties nmemoryProperties(long struct)
Unsafe version ofmemoryProperties()
.
-
nsType
public static void nsType(long struct, int value)
Unsafe version ofsType
.
-
npNext
public static void npNext(long struct, long value)
Unsafe version ofpNext
.
-
-