Package org.lwjgl.util.vma
Class VmaAllocationCreateInfo.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<VmaAllocationCreateInfo,VmaAllocationCreateInfo.Buffer>
-
- org.lwjgl.util.vma.VmaAllocationCreateInfo.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<VmaAllocationCreateInfo>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- VmaAllocationCreateInfo
public static class VmaAllocationCreateInfo.Buffer extends org.lwjgl.system.StructBuffer<VmaAllocationCreateInfo,VmaAllocationCreateInfo.Buffer> implements org.lwjgl.system.NativeResource
An array ofVmaAllocationCreateInfo
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
flags()
Returns the value of theflags
field.VmaAllocationCreateInfo.Buffer
flags(int value)
Sets the specified value to theflags
field.int
memoryTypeBits()
Returns the value of thememoryTypeBits
field.VmaAllocationCreateInfo.Buffer
memoryTypeBits(int value)
Sets the specified value to thememoryTypeBits
field.long
pool()
Returns the value of thepool
field.VmaAllocationCreateInfo.Buffer
pool(long value)
Sets the specified value to thepool
field.int
preferredFlags()
Returns the value of thepreferredFlags
field.VmaAllocationCreateInfo.Buffer
preferredFlags(int value)
Sets the specified value to thepreferredFlags
field.long
pUserData()
Returns the value of thepUserData
field.VmaAllocationCreateInfo.Buffer
pUserData(long value)
Sets the specified value to thepUserData
field.int
requiredFlags()
Returns the value of therequiredFlags
field.VmaAllocationCreateInfo.Buffer
requiredFlags(int value)
Sets the specified value to therequiredFlags
field.int
usage()
Returns the value of theusage
field.VmaAllocationCreateInfo.Buffer
usage(int value)
Sets the specified value to theusage
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVmaAllocationCreateInfo.Buffer
instance backed by the specified container. Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided byVmaAllocationCreateInfo.SIZEOF
, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Detail
-
flags
public int flags()
Returns the value of theflags
field.
-
usage
public int usage()
Returns the value of theusage
field.
-
requiredFlags
public int requiredFlags()
Returns the value of therequiredFlags
field.
-
preferredFlags
public int preferredFlags()
Returns the value of thepreferredFlags
field.
-
memoryTypeBits
public int memoryTypeBits()
Returns the value of thememoryTypeBits
field.
-
pool
public long pool()
Returns the value of thepool
field.
-
pUserData
public long pUserData()
Returns the value of thepUserData
field.
-
flags
public VmaAllocationCreateInfo.Buffer flags(int value)
Sets the specified value to theflags
field.
-
usage
public VmaAllocationCreateInfo.Buffer usage(int value)
Sets the specified value to theusage
field.
-
requiredFlags
public VmaAllocationCreateInfo.Buffer requiredFlags(int value)
Sets the specified value to therequiredFlags
field.
-
preferredFlags
public VmaAllocationCreateInfo.Buffer preferredFlags(int value)
Sets the specified value to thepreferredFlags
field.
-
memoryTypeBits
public VmaAllocationCreateInfo.Buffer memoryTypeBits(int value)
Sets the specified value to thememoryTypeBits
field.
-
pool
public VmaAllocationCreateInfo.Buffer pool(long value)
Sets the specified value to thepool
field.
-
pUserData
public VmaAllocationCreateInfo.Buffer pUserData(long value)
Sets the specified value to thepUserData
field.
-
-