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