Package org.lwjgl.vulkan
Class VkImageDrmFormatModifierListCreateInfoEXT
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkImageDrmFormatModifierListCreateInfoEXT
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class VkImageDrmFormatModifierListCreateInfoEXT extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
Specify that an image must be created with a DRM format modifier from the provided list.Valid Usage
- Each modifier in
pDrmFormatModifiers
must be compatible with the parameters inVkImageCreateInfo
and itspNext
chain, as determined by queryingVkPhysicalDeviceImageFormatInfo2
extended withVkPhysicalDeviceImageDrmFormatModifierInfoEXT
.
Valid Usage (Implicit)
sType
must beSTRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_LIST_CREATE_INFO_EXT
pDrmFormatModifiers
must be a valid pointer to an array ofdrmFormatModifierCount
uint64_t
valuesdrmFormatModifierCount
must be greater than 0
Member documentation
sType
– the type of this structure.pNext
–NULL
or a pointer to an extension-specific structure.drmFormatModifierCount
– the length of thepDrmFormatModifiers
array.pDrmFormatModifiers
– an array of Linux DRM format modifiers.
Layout
struct VkImageDrmFormatModifierListCreateInfoEXT { VkStructureType sType; void const * pNext; uint32_t drmFormatModifierCount; uint64_t const * pDrmFormatModifiers; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkImageDrmFormatModifierListCreateInfoEXT.Buffer
An array ofVkImageDrmFormatModifierListCreateInfoEXT
structs.
-
Field Summary
Fields Modifier and Type Field Description static int
ALIGNOF
The struct alignment in bytes.static int
DRMFORMATMODIFIERCOUNT
PDRMFORMATMODIFIERS
PNEXTThe struct member offsets.static int
SIZEOF
The struct size in bytes.static int
STYPE
The struct member offsets.
-
Constructor Summary
Constructors Constructor Description VkImageDrmFormatModifierListCreateInfoEXT(java.nio.ByteBuffer container)
Creates aVkImageDrmFormatModifierListCreateInfoEXT
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 VkImageDrmFormatModifierListCreateInfoEXT
calloc()
Returns a newVkImageDrmFormatModifierListCreateInfoEXT
instance allocated withmemCalloc
.static VkImageDrmFormatModifierListCreateInfoEXT.Buffer
calloc(int capacity)
Returns a newVkImageDrmFormatModifierListCreateInfoEXT.Buffer
instance allocated withmemCalloc
.static VkImageDrmFormatModifierListCreateInfoEXT
callocStack()
Returns a newVkImageDrmFormatModifierListCreateInfoEXT
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkImageDrmFormatModifierListCreateInfoEXT.Buffer
callocStack(int capacity)
Returns a newVkImageDrmFormatModifierListCreateInfoEXT.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkImageDrmFormatModifierListCreateInfoEXT.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkImageDrmFormatModifierListCreateInfoEXT.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkImageDrmFormatModifierListCreateInfoEXT
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkImageDrmFormatModifierListCreateInfoEXT
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkImageDrmFormatModifierListCreateInfoEXT
create()
Returns a newVkImageDrmFormatModifierListCreateInfoEXT
instance allocated withBufferUtils
.static VkImageDrmFormatModifierListCreateInfoEXT.Buffer
create(int capacity)
Returns a newVkImageDrmFormatModifierListCreateInfoEXT.Buffer
instance allocated withBufferUtils
.static VkImageDrmFormatModifierListCreateInfoEXT
create(long address)
Returns a newVkImageDrmFormatModifierListCreateInfoEXT
instance for the specified memory address.static VkImageDrmFormatModifierListCreateInfoEXT.Buffer
create(long address, int capacity)
Create aVkImageDrmFormatModifierListCreateInfoEXT.Buffer
instance at the specified memory.static VkImageDrmFormatModifierListCreateInfoEXT
createSafe(long address)
static VkImageDrmFormatModifierListCreateInfoEXT.Buffer
createSafe(long address, int capacity)
int
drmFormatModifierCount()
Returns the value of thedrmFormatModifierCount
field.static VkImageDrmFormatModifierListCreateInfoEXT
malloc()
Returns a newVkImageDrmFormatModifierListCreateInfoEXT
instance allocated withmemAlloc
.static VkImageDrmFormatModifierListCreateInfoEXT.Buffer
malloc(int capacity)
Returns a newVkImageDrmFormatModifierListCreateInfoEXT.Buffer
instance allocated withmemAlloc
.static VkImageDrmFormatModifierListCreateInfoEXT
mallocStack()
Returns a newVkImageDrmFormatModifierListCreateInfoEXT
instance allocated on the thread-localMemoryStack
.static VkImageDrmFormatModifierListCreateInfoEXT.Buffer
mallocStack(int capacity)
Returns a newVkImageDrmFormatModifierListCreateInfoEXT.Buffer
instance allocated on the thread-localMemoryStack
.static VkImageDrmFormatModifierListCreateInfoEXT.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkImageDrmFormatModifierListCreateInfoEXT.Buffer
instance allocated on the specifiedMemoryStack
.static VkImageDrmFormatModifierListCreateInfoEXT
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkImageDrmFormatModifierListCreateInfoEXT
instance allocated on the specifiedMemoryStack
.static int
ndrmFormatModifierCount(long struct)
Unsafe version ofdrmFormatModifierCount()
.static void
ndrmFormatModifierCount(long struct, int value)
Sets the specified value to thedrmFormatModifierCount
field of the specifiedstruct
.static java.nio.LongBuffer
npDrmFormatModifiers(long struct)
Unsafe version ofpDrmFormatModifiers
.static void
npDrmFormatModifiers(long struct, java.nio.LongBuffer value)
Unsafe version ofpDrmFormatModifiers
.static long
npNext(long struct)
Unsafe version ofpNext()
.static void
npNext(long struct, long value)
Unsafe version ofpNext
.static int
nsType(long struct)
Unsafe version ofsType()
.static void
nsType(long struct, int value)
Unsafe version ofsType
.java.nio.LongBuffer
pDrmFormatModifiers()
Returns aLongBuffer
view of the data pointed to by thepDrmFormatModifiers
field.VkImageDrmFormatModifierListCreateInfoEXT
pDrmFormatModifiers(java.nio.LongBuffer value)
Sets the address of the specifiedLongBuffer
to thepDrmFormatModifiers
field.long
pNext()
Returns the value of thepNext
field.VkImageDrmFormatModifierListCreateInfoEXT
pNext(long value)
Sets the specified value to thepNext
field.VkImageDrmFormatModifierListCreateInfoEXT
set(int sType, long pNext, java.nio.LongBuffer pDrmFormatModifiers)
Initializes this struct with the specified values.VkImageDrmFormatModifierListCreateInfoEXT
set(VkImageDrmFormatModifierListCreateInfoEXT src)
Copies the specified struct data to this struct.int
sizeof()
int
sType()
Returns the value of thesType
field.VkImageDrmFormatModifierListCreateInfoEXT
sType(int value)
Sets the specified value to thesType
field.static void
validate(long struct)
Validates pointer members that should not beNULL
.static void
validate(long array, int count)
Callsvalidate(long)
for each struct contained in the specified struct array.
-
-
-
Constructor Detail
-
VkImageDrmFormatModifierListCreateInfoEXT
public VkImageDrmFormatModifierListCreateInfoEXT(java.nio.ByteBuffer container)
Creates aVkImageDrmFormatModifierListCreateInfoEXT
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
-
sizeof
public int sizeof()
- Specified by:
sizeof
in classorg.lwjgl.system.Struct
-
sType
public int sType()
Returns the value of thesType
field.
-
pNext
public long pNext()
Returns the value of thepNext
field.
-
drmFormatModifierCount
public int drmFormatModifierCount()
Returns the value of thedrmFormatModifierCount
field.
-
pDrmFormatModifiers
public java.nio.LongBuffer pDrmFormatModifiers()
Returns aLongBuffer
view of the data pointed to by thepDrmFormatModifiers
field.
-
sType
public VkImageDrmFormatModifierListCreateInfoEXT sType(int value)
Sets the specified value to thesType
field.
-
pNext
public VkImageDrmFormatModifierListCreateInfoEXT pNext(long value)
Sets the specified value to thepNext
field.
-
pDrmFormatModifiers
public VkImageDrmFormatModifierListCreateInfoEXT pDrmFormatModifiers(java.nio.LongBuffer value)
Sets the address of the specifiedLongBuffer
to thepDrmFormatModifiers
field.
-
set
public VkImageDrmFormatModifierListCreateInfoEXT set(int sType, long pNext, java.nio.LongBuffer pDrmFormatModifiers)
Initializes this struct with the specified values.
-
set
public VkImageDrmFormatModifierListCreateInfoEXT set(VkImageDrmFormatModifierListCreateInfoEXT src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkImageDrmFormatModifierListCreateInfoEXT malloc()
Returns a newVkImageDrmFormatModifierListCreateInfoEXT
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkImageDrmFormatModifierListCreateInfoEXT calloc()
Returns a newVkImageDrmFormatModifierListCreateInfoEXT
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkImageDrmFormatModifierListCreateInfoEXT create()
Returns a newVkImageDrmFormatModifierListCreateInfoEXT
instance allocated withBufferUtils
.
-
create
public static VkImageDrmFormatModifierListCreateInfoEXT create(long address)
Returns a newVkImageDrmFormatModifierListCreateInfoEXT
instance for the specified memory address.
-
createSafe
@Nullable public static VkImageDrmFormatModifierListCreateInfoEXT createSafe(long address)
-
malloc
public static VkImageDrmFormatModifierListCreateInfoEXT.Buffer malloc(int capacity)
Returns a newVkImageDrmFormatModifierListCreateInfoEXT.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkImageDrmFormatModifierListCreateInfoEXT.Buffer calloc(int capacity)
Returns a newVkImageDrmFormatModifierListCreateInfoEXT.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkImageDrmFormatModifierListCreateInfoEXT.Buffer create(int capacity)
Returns a newVkImageDrmFormatModifierListCreateInfoEXT.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkImageDrmFormatModifierListCreateInfoEXT.Buffer create(long address, int capacity)
Create aVkImageDrmFormatModifierListCreateInfoEXT.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkImageDrmFormatModifierListCreateInfoEXT.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkImageDrmFormatModifierListCreateInfoEXT mallocStack()
Returns a newVkImageDrmFormatModifierListCreateInfoEXT
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkImageDrmFormatModifierListCreateInfoEXT callocStack()
Returns a newVkImageDrmFormatModifierListCreateInfoEXT
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkImageDrmFormatModifierListCreateInfoEXT mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkImageDrmFormatModifierListCreateInfoEXT
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkImageDrmFormatModifierListCreateInfoEXT callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkImageDrmFormatModifierListCreateInfoEXT
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkImageDrmFormatModifierListCreateInfoEXT.Buffer mallocStack(int capacity)
Returns a newVkImageDrmFormatModifierListCreateInfoEXT.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkImageDrmFormatModifierListCreateInfoEXT.Buffer callocStack(int capacity)
Returns a newVkImageDrmFormatModifierListCreateInfoEXT.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkImageDrmFormatModifierListCreateInfoEXT.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkImageDrmFormatModifierListCreateInfoEXT.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkImageDrmFormatModifierListCreateInfoEXT.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkImageDrmFormatModifierListCreateInfoEXT.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
nsType
public static int nsType(long struct)
Unsafe version ofsType()
.
-
npNext
public static long npNext(long struct)
Unsafe version ofpNext()
.
-
ndrmFormatModifierCount
public static int ndrmFormatModifierCount(long struct)
Unsafe version ofdrmFormatModifierCount()
.
-
npDrmFormatModifiers
public static java.nio.LongBuffer npDrmFormatModifiers(long struct)
Unsafe version ofpDrmFormatModifiers
.
-
nsType
public static void nsType(long struct, int value)
Unsafe version ofsType
.
-
npNext
public static void npNext(long struct, long value)
Unsafe version ofpNext
.
-
ndrmFormatModifierCount
public static void ndrmFormatModifierCount(long struct, int value)
Sets the specified value to thedrmFormatModifierCount
field of the specifiedstruct
.
-
npDrmFormatModifiers
public static void npDrmFormatModifiers(long struct, java.nio.LongBuffer value)
Unsafe version ofpDrmFormatModifiers
.
-
validate
public static void validate(long struct)
Validates pointer members that should not beNULL
.- Parameters:
struct
- the struct to validate
-
validate
public static void validate(long array, int count)
Callsvalidate(long)
for each struct contained in the specified struct array.- Parameters:
array
- the struct array to validatecount
- the number of structs inarray
-
-