Package org.lwjgl.vulkan
Class VkBufferMemoryRequirementsInfo2KHR
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkBufferMemoryRequirementsInfo2
-
- org.lwjgl.vulkan.VkBufferMemoryRequirementsInfo2KHR
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class VkBufferMemoryRequirementsInfo2KHR extends VkBufferMemoryRequirementsInfo2
SeeVkBufferMemoryRequirementsInfo2
.Layout
struct VkBufferMemoryRequirementsInfo2KHR { VkStructureType sType; void const * pNext; VkBuffer buffer; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkBufferMemoryRequirementsInfo2KHR.Buffer
An array ofVkBufferMemoryRequirementsInfo2KHR
structs.
-
Constructor Summary
Constructors Constructor Description VkBufferMemoryRequirementsInfo2KHR(java.nio.ByteBuffer container)
Creates aVkBufferMemoryRequirementsInfo2KHR
instance at the current position of the specifiedByteBuffer
container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description VkBufferMemoryRequirementsInfo2KHR
buffer(long value)
Sets the specified value to thebuffer
field.static VkBufferMemoryRequirementsInfo2KHR
calloc()
Returns a newVkBufferMemoryRequirementsInfo2KHR
instance allocated withmemCalloc
.static VkBufferMemoryRequirementsInfo2KHR.Buffer
calloc(int capacity)
Returns a newVkBufferMemoryRequirementsInfo2KHR.Buffer
instance allocated withmemCalloc
.static VkBufferMemoryRequirementsInfo2KHR
callocStack()
Returns a newVkBufferMemoryRequirementsInfo2KHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkBufferMemoryRequirementsInfo2KHR.Buffer
callocStack(int capacity)
Returns a newVkBufferMemoryRequirementsInfo2KHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkBufferMemoryRequirementsInfo2KHR.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkBufferMemoryRequirementsInfo2KHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkBufferMemoryRequirementsInfo2KHR
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkBufferMemoryRequirementsInfo2KHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkBufferMemoryRequirementsInfo2KHR
create()
Returns a newVkBufferMemoryRequirementsInfo2KHR
instance allocated withBufferUtils
.static VkBufferMemoryRequirementsInfo2KHR.Buffer
create(int capacity)
Returns a newVkBufferMemoryRequirementsInfo2KHR.Buffer
instance allocated withBufferUtils
.static VkBufferMemoryRequirementsInfo2KHR
create(long address)
Returns a newVkBufferMemoryRequirementsInfo2KHR
instance for the specified memory address.static VkBufferMemoryRequirementsInfo2KHR.Buffer
create(long address, int capacity)
Create aVkBufferMemoryRequirementsInfo2KHR.Buffer
instance at the specified memory.static VkBufferMemoryRequirementsInfo2KHR
createSafe(long address)
static VkBufferMemoryRequirementsInfo2KHR.Buffer
createSafe(long address, int capacity)
static VkBufferMemoryRequirementsInfo2KHR
malloc()
Returns a newVkBufferMemoryRequirementsInfo2KHR
instance allocated withmemAlloc
.static VkBufferMemoryRequirementsInfo2KHR.Buffer
malloc(int capacity)
Returns a newVkBufferMemoryRequirementsInfo2KHR.Buffer
instance allocated withmemAlloc
.static VkBufferMemoryRequirementsInfo2KHR
mallocStack()
Returns a newVkBufferMemoryRequirementsInfo2KHR
instance allocated on the thread-localMemoryStack
.static VkBufferMemoryRequirementsInfo2KHR.Buffer
mallocStack(int capacity)
Returns a newVkBufferMemoryRequirementsInfo2KHR.Buffer
instance allocated on the thread-localMemoryStack
.static VkBufferMemoryRequirementsInfo2KHR.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkBufferMemoryRequirementsInfo2KHR.Buffer
instance allocated on the specifiedMemoryStack
.static VkBufferMemoryRequirementsInfo2KHR
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkBufferMemoryRequirementsInfo2KHR
instance allocated on the specifiedMemoryStack
.VkBufferMemoryRequirementsInfo2KHR
pNext(long value)
Sets the specified value to thepNext
field.VkBufferMemoryRequirementsInfo2KHR
set(int sType, long pNext, long buffer)
Initializes this struct with the specified values.VkBufferMemoryRequirementsInfo2KHR
set(VkBufferMemoryRequirementsInfo2KHR src)
Copies the specified struct data to this struct.VkBufferMemoryRequirementsInfo2KHR
sType(int value)
Sets the specified value to thesType
field.
-
-
-
Constructor Detail
-
VkBufferMemoryRequirementsInfo2KHR
public VkBufferMemoryRequirementsInfo2KHR(java.nio.ByteBuffer container)
Creates aVkBufferMemoryRequirementsInfo2KHR
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 VkBufferMemoryRequirementsInfo2KHR sType(int value)
Sets the specified value to thesType
field.- Overrides:
sType
in classVkBufferMemoryRequirementsInfo2
-
pNext
public VkBufferMemoryRequirementsInfo2KHR pNext(long value)
Sets the specified value to thepNext
field.- Overrides:
pNext
in classVkBufferMemoryRequirementsInfo2
-
buffer
public VkBufferMemoryRequirementsInfo2KHR buffer(long value)
Sets the specified value to thebuffer
field.- Overrides:
buffer
in classVkBufferMemoryRequirementsInfo2
-
set
public VkBufferMemoryRequirementsInfo2KHR set(int sType, long pNext, long buffer)
Initializes this struct with the specified values.- Overrides:
set
in classVkBufferMemoryRequirementsInfo2
-
set
public VkBufferMemoryRequirementsInfo2KHR set(VkBufferMemoryRequirementsInfo2KHR src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkBufferMemoryRequirementsInfo2KHR malloc()
Returns a newVkBufferMemoryRequirementsInfo2KHR
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkBufferMemoryRequirementsInfo2KHR calloc()
Returns a newVkBufferMemoryRequirementsInfo2KHR
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkBufferMemoryRequirementsInfo2KHR create()
Returns a newVkBufferMemoryRequirementsInfo2KHR
instance allocated withBufferUtils
.
-
create
public static VkBufferMemoryRequirementsInfo2KHR create(long address)
Returns a newVkBufferMemoryRequirementsInfo2KHR
instance for the specified memory address.
-
createSafe
@Nullable public static VkBufferMemoryRequirementsInfo2KHR createSafe(long address)
-
malloc
public static VkBufferMemoryRequirementsInfo2KHR.Buffer malloc(int capacity)
Returns a newVkBufferMemoryRequirementsInfo2KHR.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkBufferMemoryRequirementsInfo2KHR.Buffer calloc(int capacity)
Returns a newVkBufferMemoryRequirementsInfo2KHR.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkBufferMemoryRequirementsInfo2KHR.Buffer create(int capacity)
Returns a newVkBufferMemoryRequirementsInfo2KHR.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkBufferMemoryRequirementsInfo2KHR.Buffer create(long address, int capacity)
Create aVkBufferMemoryRequirementsInfo2KHR.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkBufferMemoryRequirementsInfo2KHR.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkBufferMemoryRequirementsInfo2KHR mallocStack()
Returns a newVkBufferMemoryRequirementsInfo2KHR
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkBufferMemoryRequirementsInfo2KHR callocStack()
Returns a newVkBufferMemoryRequirementsInfo2KHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkBufferMemoryRequirementsInfo2KHR mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkBufferMemoryRequirementsInfo2KHR
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkBufferMemoryRequirementsInfo2KHR callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkBufferMemoryRequirementsInfo2KHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkBufferMemoryRequirementsInfo2KHR.Buffer mallocStack(int capacity)
Returns a newVkBufferMemoryRequirementsInfo2KHR.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkBufferMemoryRequirementsInfo2KHR.Buffer callocStack(int capacity)
Returns a newVkBufferMemoryRequirementsInfo2KHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkBufferMemoryRequirementsInfo2KHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkBufferMemoryRequirementsInfo2KHR.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkBufferMemoryRequirementsInfo2KHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkBufferMemoryRequirementsInfo2KHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
-