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