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