public class VkBindImagePlaneMemoryInfoKHR extends VkBindImagePlaneMemoryInfo
VkBindImagePlaneMemoryInfo.
struct VkBindImagePlaneMemoryInfoKHR {
VkStructureType sType;
void const * pNext;
VkImageAspectFlagBits planeAspect;
}| Modifier and Type | Class and Description |
|---|---|
static class |
VkBindImagePlaneMemoryInfoKHR.Buffer
An array of
VkBindImagePlaneMemoryInfoKHR structs. |
ALIGNOF, PLANEASPECT, PNEXT, SIZEOF, STYPE| Constructor and Description |
|---|
VkBindImagePlaneMemoryInfoKHR(java.nio.ByteBuffer container)
Creates a
VkBindImagePlaneMemoryInfoKHR instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
static VkBindImagePlaneMemoryInfoKHR |
calloc()
Returns a new
VkBindImagePlaneMemoryInfoKHR instance allocated with memCalloc. |
static VkBindImagePlaneMemoryInfoKHR.Buffer |
calloc(int capacity)
Returns a new
VkBindImagePlaneMemoryInfoKHR.Buffer instance allocated with memCalloc. |
static VkBindImagePlaneMemoryInfoKHR |
callocStack()
Returns a new
VkBindImagePlaneMemoryInfoKHR instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkBindImagePlaneMemoryInfoKHR.Buffer |
callocStack(int capacity)
Returns a new
VkBindImagePlaneMemoryInfoKHR.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkBindImagePlaneMemoryInfoKHR.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkBindImagePlaneMemoryInfoKHR.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkBindImagePlaneMemoryInfoKHR |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkBindImagePlaneMemoryInfoKHR instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkBindImagePlaneMemoryInfoKHR |
create()
Returns a new
VkBindImagePlaneMemoryInfoKHR instance allocated with BufferUtils. |
static VkBindImagePlaneMemoryInfoKHR.Buffer |
create(int capacity)
Returns a new
VkBindImagePlaneMemoryInfoKHR.Buffer instance allocated with BufferUtils. |
static VkBindImagePlaneMemoryInfoKHR |
create(long address)
Returns a new
VkBindImagePlaneMemoryInfoKHR instance for the specified memory address. |
static VkBindImagePlaneMemoryInfoKHR.Buffer |
create(long address,
int capacity)
Create a
VkBindImagePlaneMemoryInfoKHR.Buffer instance at the specified memory. |
static VkBindImagePlaneMemoryInfoKHR |
createSafe(long address)
|
static VkBindImagePlaneMemoryInfoKHR.Buffer |
createSafe(long address,
int capacity)
|
static VkBindImagePlaneMemoryInfoKHR |
malloc()
Returns a new
VkBindImagePlaneMemoryInfoKHR instance allocated with memAlloc. |
static VkBindImagePlaneMemoryInfoKHR.Buffer |
malloc(int capacity)
Returns a new
VkBindImagePlaneMemoryInfoKHR.Buffer instance allocated with memAlloc. |
static VkBindImagePlaneMemoryInfoKHR |
mallocStack()
Returns a new
VkBindImagePlaneMemoryInfoKHR instance allocated on the thread-local MemoryStack. |
static VkBindImagePlaneMemoryInfoKHR.Buffer |
mallocStack(int capacity)
Returns a new
VkBindImagePlaneMemoryInfoKHR.Buffer instance allocated on the thread-local MemoryStack. |
static VkBindImagePlaneMemoryInfoKHR.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkBindImagePlaneMemoryInfoKHR.Buffer instance allocated on the specified MemoryStack. |
static VkBindImagePlaneMemoryInfoKHR |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkBindImagePlaneMemoryInfoKHR instance allocated on the specified MemoryStack. |
VkBindImagePlaneMemoryInfoKHR |
planeAspect(int value)
Sets the specified value to the
planeAspect field. |
VkBindImagePlaneMemoryInfoKHR |
pNext(long value)
Sets the specified value to the
pNext field. |
VkBindImagePlaneMemoryInfoKHR |
set(int sType,
long pNext,
int planeAspect)
Initializes this struct with the specified values.
|
VkBindImagePlaneMemoryInfoKHR |
set(VkBindImagePlaneMemoryInfoKHR src)
Copies the specified struct data to this struct.
|
VkBindImagePlaneMemoryInfoKHR |
sType(int value)
Sets the specified value to the
sType field. |
nplaneAspect, nplaneAspect, npNext, npNext, nsType, nsType, planeAspect, pNext, set, sizeof, sTypepublic VkBindImagePlaneMemoryInfoKHR(java.nio.ByteBuffer container)
VkBindImagePlaneMemoryInfoKHR instance at the current position of the specified ByteBuffer 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.
public VkBindImagePlaneMemoryInfoKHR sType(int value)
sType field.sType in class VkBindImagePlaneMemoryInfopublic VkBindImagePlaneMemoryInfoKHR pNext(long value)
pNext field.pNext in class VkBindImagePlaneMemoryInfopublic VkBindImagePlaneMemoryInfoKHR planeAspect(int value)
planeAspect field.planeAspect in class VkBindImagePlaneMemoryInfopublic VkBindImagePlaneMemoryInfoKHR set(int sType, long pNext, int planeAspect)
set in class VkBindImagePlaneMemoryInfopublic VkBindImagePlaneMemoryInfoKHR set(VkBindImagePlaneMemoryInfoKHR src)
src - the source structpublic static VkBindImagePlaneMemoryInfoKHR malloc()
VkBindImagePlaneMemoryInfoKHR instance allocated with memAlloc. The instance must be explicitly freed.public static VkBindImagePlaneMemoryInfoKHR calloc()
VkBindImagePlaneMemoryInfoKHR instance allocated with memCalloc. The instance must be explicitly freed.public static VkBindImagePlaneMemoryInfoKHR create()
VkBindImagePlaneMemoryInfoKHR instance allocated with BufferUtils.public static VkBindImagePlaneMemoryInfoKHR create(long address)
VkBindImagePlaneMemoryInfoKHR instance for the specified memory address.@Nullable public static VkBindImagePlaneMemoryInfoKHR createSafe(long address)
public static VkBindImagePlaneMemoryInfoKHR.Buffer malloc(int capacity)
VkBindImagePlaneMemoryInfoKHR.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkBindImagePlaneMemoryInfoKHR.Buffer calloc(int capacity)
VkBindImagePlaneMemoryInfoKHR.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkBindImagePlaneMemoryInfoKHR.Buffer create(int capacity)
VkBindImagePlaneMemoryInfoKHR.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static VkBindImagePlaneMemoryInfoKHR.Buffer create(long address, int capacity)
VkBindImagePlaneMemoryInfoKHR.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static VkBindImagePlaneMemoryInfoKHR.Buffer createSafe(long address, int capacity)
public static VkBindImagePlaneMemoryInfoKHR mallocStack()
VkBindImagePlaneMemoryInfoKHR instance allocated on the thread-local MemoryStack.public static VkBindImagePlaneMemoryInfoKHR callocStack()
VkBindImagePlaneMemoryInfoKHR instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static VkBindImagePlaneMemoryInfoKHR mallocStack(org.lwjgl.system.MemoryStack stack)
VkBindImagePlaneMemoryInfoKHR instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static VkBindImagePlaneMemoryInfoKHR callocStack(org.lwjgl.system.MemoryStack stack)
VkBindImagePlaneMemoryInfoKHR instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static VkBindImagePlaneMemoryInfoKHR.Buffer mallocStack(int capacity)
VkBindImagePlaneMemoryInfoKHR.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static VkBindImagePlaneMemoryInfoKHR.Buffer callocStack(int capacity)
VkBindImagePlaneMemoryInfoKHR.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static VkBindImagePlaneMemoryInfoKHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkBindImagePlaneMemoryInfoKHR.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static VkBindImagePlaneMemoryInfoKHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkBindImagePlaneMemoryInfoKHR.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatecapacity - the buffer capacityCopyright LWJGL. All Rights Reserved. License terms.