Package org.lwjgl.vulkan
Class VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkPhysicalDeviceSamplerYcbcrConversionFeatures
-
- org.lwjgl.vulkan.VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR extends VkPhysicalDeviceSamplerYcbcrConversionFeatures
SeeVkPhysicalDeviceSamplerYcbcrConversionFeatures
.Layout
struct VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR { VkStructureType sType; void * pNext; VkBool32 samplerYcbcrConversion; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
An array ofVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
structs.
-
Field Summary
-
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Fields inherited from class org.lwjgl.vulkan.VkPhysicalDeviceSamplerYcbcrConversionFeatures
ALIGNOF, PNEXT, SAMPLERYCBCRCONVERSION, SIZEOF, STYPE
-
-
Constructor Summary
Constructors Constructor Description VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR(java.nio.ByteBuffer container)
Creates aVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
instance at the current position of the specifiedByteBuffer
container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
calloc()
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
instance allocated withmemCalloc
.static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
calloc(int capacity)
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
instance allocated withmemCalloc
.static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
callocStack()
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
callocStack(int capacity)
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
create()
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
instance allocated withBufferUtils
.static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
create(int capacity)
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
instance allocated withBufferUtils
.static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
create(long address)
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
instance for the specified memory address.static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
create(long address, int capacity)
Create aVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
instance at the specified memory.static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
createSafe(long address)
static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
createSafe(long address, int capacity)
static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
malloc()
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
instance allocated withmemAlloc
.static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
malloc(int capacity)
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
instance allocated withmemAlloc
.static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
mallocStack()
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
instance allocated on the thread-localMemoryStack
.static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
mallocStack(int capacity)
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
instance allocated on the thread-localMemoryStack
.static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
instance allocated on the specifiedMemoryStack
.static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
instance allocated on the specifiedMemoryStack
.VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
pNext(long value)
Sets the specified value to thepNext
field.VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
samplerYcbcrConversion(boolean value)
Sets the specified value to thesamplerYcbcrConversion
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 thesType
field.-
Methods inherited from class org.lwjgl.vulkan.VkPhysicalDeviceSamplerYcbcrConversionFeatures
npNext, npNext, nsamplerYcbcrConversion, nsamplerYcbcrConversion, nsType, nsType, pNext, samplerYcbcrConversion, set, sizeof, sType
-
-
-
-
Constructor Detail
-
VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
public VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR(java.nio.ByteBuffer container)
Creates aVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
instance at the current position of the specifiedByteBuffer
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.
-
-
Method Detail
-
sType
public VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR sType(int value)
Sets the specified value to thesType
field.- Overrides:
sType
in classVkPhysicalDeviceSamplerYcbcrConversionFeatures
-
pNext
public VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR pNext(long value)
Sets the specified value to thepNext
field.- Overrides:
pNext
in classVkPhysicalDeviceSamplerYcbcrConversionFeatures
-
samplerYcbcrConversion
public VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR samplerYcbcrConversion(boolean value)
Sets the specified value to thesamplerYcbcrConversion
field.- Overrides:
samplerYcbcrConversion
in classVkPhysicalDeviceSamplerYcbcrConversionFeatures
-
set
public VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR set(int sType, long pNext, boolean samplerYcbcrConversion)
Initializes this struct with the specified values.- Overrides:
set
in classVkPhysicalDeviceSamplerYcbcrConversionFeatures
-
set
public VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR set(VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR malloc()
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR calloc()
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR create()
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
instance allocated withBufferUtils
.
-
create
public static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR create(long address)
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
instance for the specified memory address.
-
createSafe
@Nullable public static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR createSafe(long address)
-
malloc
public static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer malloc(int capacity)
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer calloc(int capacity)
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer create(int capacity)
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer create(long address, int capacity)
Create aVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR mallocStack()
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR callocStack()
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer mallocStack(int capacity)
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer callocStack(int capacity)
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
-