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