Package org.lwjgl.vulkan
Class VkMemoryAllocateFlagsInfoKHR
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkMemoryAllocateFlagsInfo
-
- org.lwjgl.vulkan.VkMemoryAllocateFlagsInfoKHR
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class VkMemoryAllocateFlagsInfoKHR extends VkMemoryAllocateFlagsInfo
SeeVkMemoryAllocateFlagsInfo
.Layout
struct VkMemoryAllocateFlagsInfoKHR { VkStructureType sType; void const * pNext; VkMemoryAllocateFlags flags; uint32_t deviceMask; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkMemoryAllocateFlagsInfoKHR.Buffer
An array ofVkMemoryAllocateFlagsInfoKHR
structs.
-
Field Summary
-
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Fields inherited from class org.lwjgl.vulkan.VkMemoryAllocateFlagsInfo
ALIGNOF, DEVICEMASK, FLAGS, PNEXT, SIZEOF, STYPE
-
-
Constructor Summary
Constructors Constructor Description VkMemoryAllocateFlagsInfoKHR(java.nio.ByteBuffer container)
Creates aVkMemoryAllocateFlagsInfoKHR
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 VkMemoryAllocateFlagsInfoKHR
calloc()
Returns a newVkMemoryAllocateFlagsInfoKHR
instance allocated withmemCalloc
.static VkMemoryAllocateFlagsInfoKHR.Buffer
calloc(int capacity)
Returns a newVkMemoryAllocateFlagsInfoKHR.Buffer
instance allocated withmemCalloc
.static VkMemoryAllocateFlagsInfoKHR
callocStack()
Returns a newVkMemoryAllocateFlagsInfoKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkMemoryAllocateFlagsInfoKHR.Buffer
callocStack(int capacity)
Returns a newVkMemoryAllocateFlagsInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkMemoryAllocateFlagsInfoKHR.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkMemoryAllocateFlagsInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkMemoryAllocateFlagsInfoKHR
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkMemoryAllocateFlagsInfoKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkMemoryAllocateFlagsInfoKHR
create()
Returns a newVkMemoryAllocateFlagsInfoKHR
instance allocated withBufferUtils
.static VkMemoryAllocateFlagsInfoKHR.Buffer
create(int capacity)
Returns a newVkMemoryAllocateFlagsInfoKHR.Buffer
instance allocated withBufferUtils
.static VkMemoryAllocateFlagsInfoKHR
create(long address)
Returns a newVkMemoryAllocateFlagsInfoKHR
instance for the specified memory address.static VkMemoryAllocateFlagsInfoKHR.Buffer
create(long address, int capacity)
Create aVkMemoryAllocateFlagsInfoKHR.Buffer
instance at the specified memory.static VkMemoryAllocateFlagsInfoKHR
createSafe(long address)
static VkMemoryAllocateFlagsInfoKHR.Buffer
createSafe(long address, int capacity)
VkMemoryAllocateFlagsInfoKHR
deviceMask(int value)
Sets the specified value to thedeviceMask
field.VkMemoryAllocateFlagsInfoKHR
flags(int value)
Sets the specified value to theflags
field.static VkMemoryAllocateFlagsInfoKHR
malloc()
Returns a newVkMemoryAllocateFlagsInfoKHR
instance allocated withmemAlloc
.static VkMemoryAllocateFlagsInfoKHR.Buffer
malloc(int capacity)
Returns a newVkMemoryAllocateFlagsInfoKHR.Buffer
instance allocated withmemAlloc
.static VkMemoryAllocateFlagsInfoKHR
mallocStack()
Returns a newVkMemoryAllocateFlagsInfoKHR
instance allocated on the thread-localMemoryStack
.static VkMemoryAllocateFlagsInfoKHR.Buffer
mallocStack(int capacity)
Returns a newVkMemoryAllocateFlagsInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
.static VkMemoryAllocateFlagsInfoKHR.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkMemoryAllocateFlagsInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
.static VkMemoryAllocateFlagsInfoKHR
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkMemoryAllocateFlagsInfoKHR
instance allocated on the specifiedMemoryStack
.VkMemoryAllocateFlagsInfoKHR
pNext(long value)
Sets the specified value to thepNext
field.VkMemoryAllocateFlagsInfoKHR
set(int sType, long pNext, int flags, int deviceMask)
Initializes this struct with the specified values.VkMemoryAllocateFlagsInfoKHR
set(VkMemoryAllocateFlagsInfoKHR src)
Copies the specified struct data to this struct.VkMemoryAllocateFlagsInfoKHR
sType(int value)
Sets the specified value to thesType
field.-
Methods inherited from class org.lwjgl.vulkan.VkMemoryAllocateFlagsInfo
deviceMask, flags, ndeviceMask, ndeviceMask, nflags, nflags, npNext, npNext, nsType, nsType, pNext, set, sizeof, sType
-
-
-
-
Constructor Detail
-
VkMemoryAllocateFlagsInfoKHR
public VkMemoryAllocateFlagsInfoKHR(java.nio.ByteBuffer container)
Creates aVkMemoryAllocateFlagsInfoKHR
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
-
sType
public VkMemoryAllocateFlagsInfoKHR sType(int value)
Sets the specified value to thesType
field.- Overrides:
sType
in classVkMemoryAllocateFlagsInfo
-
pNext
public VkMemoryAllocateFlagsInfoKHR pNext(long value)
Sets the specified value to thepNext
field.- Overrides:
pNext
in classVkMemoryAllocateFlagsInfo
-
flags
public VkMemoryAllocateFlagsInfoKHR flags(int value)
Sets the specified value to theflags
field.- Overrides:
flags
in classVkMemoryAllocateFlagsInfo
-
deviceMask
public VkMemoryAllocateFlagsInfoKHR deviceMask(int value)
Sets the specified value to thedeviceMask
field.- Overrides:
deviceMask
in classVkMemoryAllocateFlagsInfo
-
set
public VkMemoryAllocateFlagsInfoKHR set(int sType, long pNext, int flags, int deviceMask)
Initializes this struct with the specified values.- Overrides:
set
in classVkMemoryAllocateFlagsInfo
-
set
public VkMemoryAllocateFlagsInfoKHR set(VkMemoryAllocateFlagsInfoKHR src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkMemoryAllocateFlagsInfoKHR malloc()
Returns a newVkMemoryAllocateFlagsInfoKHR
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkMemoryAllocateFlagsInfoKHR calloc()
Returns a newVkMemoryAllocateFlagsInfoKHR
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkMemoryAllocateFlagsInfoKHR create()
Returns a newVkMemoryAllocateFlagsInfoKHR
instance allocated withBufferUtils
.
-
create
public static VkMemoryAllocateFlagsInfoKHR create(long address)
Returns a newVkMemoryAllocateFlagsInfoKHR
instance for the specified memory address.
-
createSafe
@Nullable public static VkMemoryAllocateFlagsInfoKHR createSafe(long address)
-
malloc
public static VkMemoryAllocateFlagsInfoKHR.Buffer malloc(int capacity)
Returns a newVkMemoryAllocateFlagsInfoKHR.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkMemoryAllocateFlagsInfoKHR.Buffer calloc(int capacity)
Returns a newVkMemoryAllocateFlagsInfoKHR.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkMemoryAllocateFlagsInfoKHR.Buffer create(int capacity)
Returns a newVkMemoryAllocateFlagsInfoKHR.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkMemoryAllocateFlagsInfoKHR.Buffer create(long address, int capacity)
Create aVkMemoryAllocateFlagsInfoKHR.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkMemoryAllocateFlagsInfoKHR.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkMemoryAllocateFlagsInfoKHR mallocStack()
Returns a newVkMemoryAllocateFlagsInfoKHR
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkMemoryAllocateFlagsInfoKHR callocStack()
Returns a newVkMemoryAllocateFlagsInfoKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkMemoryAllocateFlagsInfoKHR mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkMemoryAllocateFlagsInfoKHR
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkMemoryAllocateFlagsInfoKHR callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkMemoryAllocateFlagsInfoKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkMemoryAllocateFlagsInfoKHR.Buffer mallocStack(int capacity)
Returns a newVkMemoryAllocateFlagsInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkMemoryAllocateFlagsInfoKHR.Buffer callocStack(int capacity)
Returns a newVkMemoryAllocateFlagsInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkMemoryAllocateFlagsInfoKHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkMemoryAllocateFlagsInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkMemoryAllocateFlagsInfoKHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkMemoryAllocateFlagsInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
-