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