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