Package org.lwjgl.vulkan
Class VkPhysicalDeviceImageFormatInfo2KHR
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkPhysicalDeviceImageFormatInfo2
-
- org.lwjgl.vulkan.VkPhysicalDeviceImageFormatInfo2KHR
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class VkPhysicalDeviceImageFormatInfo2KHR extends VkPhysicalDeviceImageFormatInfo2
SeeVkPhysicalDeviceImageFormatInfo2
.Layout
struct VkPhysicalDeviceImageFormatInfo2KHR { VkStructureType sType; void const * pNext; VkFormat format; VkImageType type; VkImageTiling tiling; VkImageUsageFlags usage; VkImageCreateFlags flags; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkPhysicalDeviceImageFormatInfo2KHR.Buffer
An array ofVkPhysicalDeviceImageFormatInfo2KHR
structs.
-
Constructor Summary
Constructors Constructor Description VkPhysicalDeviceImageFormatInfo2KHR(java.nio.ByteBuffer container)
Creates aVkPhysicalDeviceImageFormatInfo2KHR
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 VkPhysicalDeviceImageFormatInfo2KHR
calloc()
Returns a newVkPhysicalDeviceImageFormatInfo2KHR
instance allocated withmemCalloc
.static VkPhysicalDeviceImageFormatInfo2KHR.Buffer
calloc(int capacity)
Returns a newVkPhysicalDeviceImageFormatInfo2KHR.Buffer
instance allocated withmemCalloc
.static VkPhysicalDeviceImageFormatInfo2KHR
callocStack()
Returns a newVkPhysicalDeviceImageFormatInfo2KHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceImageFormatInfo2KHR.Buffer
callocStack(int capacity)
Returns a newVkPhysicalDeviceImageFormatInfo2KHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceImageFormatInfo2KHR.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceImageFormatInfo2KHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceImageFormatInfo2KHR
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceImageFormatInfo2KHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceImageFormatInfo2KHR
create()
Returns a newVkPhysicalDeviceImageFormatInfo2KHR
instance allocated withBufferUtils
.static VkPhysicalDeviceImageFormatInfo2KHR.Buffer
create(int capacity)
Returns a newVkPhysicalDeviceImageFormatInfo2KHR.Buffer
instance allocated withBufferUtils
.static VkPhysicalDeviceImageFormatInfo2KHR
create(long address)
Returns a newVkPhysicalDeviceImageFormatInfo2KHR
instance for the specified memory address.static VkPhysicalDeviceImageFormatInfo2KHR.Buffer
create(long address, int capacity)
Create aVkPhysicalDeviceImageFormatInfo2KHR.Buffer
instance at the specified memory.static VkPhysicalDeviceImageFormatInfo2KHR
createSafe(long address)
static VkPhysicalDeviceImageFormatInfo2KHR.Buffer
createSafe(long address, int capacity)
VkPhysicalDeviceImageFormatInfo2KHR
flags(int value)
Sets the specified value to theflags
field.VkPhysicalDeviceImageFormatInfo2KHR
format(int value)
Sets the specified value to theformat
field.static VkPhysicalDeviceImageFormatInfo2KHR
malloc()
Returns a newVkPhysicalDeviceImageFormatInfo2KHR
instance allocated withmemAlloc
.static VkPhysicalDeviceImageFormatInfo2KHR.Buffer
malloc(int capacity)
Returns a newVkPhysicalDeviceImageFormatInfo2KHR.Buffer
instance allocated withmemAlloc
.static VkPhysicalDeviceImageFormatInfo2KHR
mallocStack()
Returns a newVkPhysicalDeviceImageFormatInfo2KHR
instance allocated on the thread-localMemoryStack
.static VkPhysicalDeviceImageFormatInfo2KHR.Buffer
mallocStack(int capacity)
Returns a newVkPhysicalDeviceImageFormatInfo2KHR.Buffer
instance allocated on the thread-localMemoryStack
.static VkPhysicalDeviceImageFormatInfo2KHR.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceImageFormatInfo2KHR.Buffer
instance allocated on the specifiedMemoryStack
.static VkPhysicalDeviceImageFormatInfo2KHR
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceImageFormatInfo2KHR
instance allocated on the specifiedMemoryStack
.VkPhysicalDeviceImageFormatInfo2KHR
pNext(long value)
Sets the specified value to thepNext
field.VkPhysicalDeviceImageFormatInfo2KHR
set(int sType, long pNext, int format, int type, int tiling, int usage, int flags)
Initializes this struct with the specified values.VkPhysicalDeviceImageFormatInfo2KHR
set(VkPhysicalDeviceImageFormatInfo2KHR src)
Copies the specified struct data to this struct.VkPhysicalDeviceImageFormatInfo2KHR
sType(int value)
Sets the specified value to thesType
field.VkPhysicalDeviceImageFormatInfo2KHR
tiling(int value)
Sets the specified value to thetiling
field.VkPhysicalDeviceImageFormatInfo2KHR
type(int value)
Sets the specified value to thetype
field.VkPhysicalDeviceImageFormatInfo2KHR
usage(int value)
Sets the specified value to theusage
field.
-
-
-
Constructor Detail
-
VkPhysicalDeviceImageFormatInfo2KHR
public VkPhysicalDeviceImageFormatInfo2KHR(java.nio.ByteBuffer container)
Creates aVkPhysicalDeviceImageFormatInfo2KHR
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 VkPhysicalDeviceImageFormatInfo2KHR sType(int value)
Sets the specified value to thesType
field.- Overrides:
sType
in classVkPhysicalDeviceImageFormatInfo2
-
pNext
public VkPhysicalDeviceImageFormatInfo2KHR pNext(long value)
Sets the specified value to thepNext
field.- Overrides:
pNext
in classVkPhysicalDeviceImageFormatInfo2
-
format
public VkPhysicalDeviceImageFormatInfo2KHR format(int value)
Sets the specified value to theformat
field.- Overrides:
format
in classVkPhysicalDeviceImageFormatInfo2
-
type
public VkPhysicalDeviceImageFormatInfo2KHR type(int value)
Sets the specified value to thetype
field.- Overrides:
type
in classVkPhysicalDeviceImageFormatInfo2
-
tiling
public VkPhysicalDeviceImageFormatInfo2KHR tiling(int value)
Sets the specified value to thetiling
field.- Overrides:
tiling
in classVkPhysicalDeviceImageFormatInfo2
-
usage
public VkPhysicalDeviceImageFormatInfo2KHR usage(int value)
Sets the specified value to theusage
field.- Overrides:
usage
in classVkPhysicalDeviceImageFormatInfo2
-
flags
public VkPhysicalDeviceImageFormatInfo2KHR flags(int value)
Sets the specified value to theflags
field.- Overrides:
flags
in classVkPhysicalDeviceImageFormatInfo2
-
set
public VkPhysicalDeviceImageFormatInfo2KHR set(int sType, long pNext, int format, int type, int tiling, int usage, int flags)
Initializes this struct with the specified values.- Overrides:
set
in classVkPhysicalDeviceImageFormatInfo2
-
set
public VkPhysicalDeviceImageFormatInfo2KHR set(VkPhysicalDeviceImageFormatInfo2KHR src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkPhysicalDeviceImageFormatInfo2KHR malloc()
Returns a newVkPhysicalDeviceImageFormatInfo2KHR
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkPhysicalDeviceImageFormatInfo2KHR calloc()
Returns a newVkPhysicalDeviceImageFormatInfo2KHR
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkPhysicalDeviceImageFormatInfo2KHR create()
Returns a newVkPhysicalDeviceImageFormatInfo2KHR
instance allocated withBufferUtils
.
-
create
public static VkPhysicalDeviceImageFormatInfo2KHR create(long address)
Returns a newVkPhysicalDeviceImageFormatInfo2KHR
instance for the specified memory address.
-
createSafe
@Nullable public static VkPhysicalDeviceImageFormatInfo2KHR createSafe(long address)
-
malloc
public static VkPhysicalDeviceImageFormatInfo2KHR.Buffer malloc(int capacity)
Returns a newVkPhysicalDeviceImageFormatInfo2KHR.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkPhysicalDeviceImageFormatInfo2KHR.Buffer calloc(int capacity)
Returns a newVkPhysicalDeviceImageFormatInfo2KHR.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDeviceImageFormatInfo2KHR.Buffer create(int capacity)
Returns a newVkPhysicalDeviceImageFormatInfo2KHR.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDeviceImageFormatInfo2KHR.Buffer create(long address, int capacity)
Create aVkPhysicalDeviceImageFormatInfo2KHR.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkPhysicalDeviceImageFormatInfo2KHR.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkPhysicalDeviceImageFormatInfo2KHR mallocStack()
Returns a newVkPhysicalDeviceImageFormatInfo2KHR
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkPhysicalDeviceImageFormatInfo2KHR callocStack()
Returns a newVkPhysicalDeviceImageFormatInfo2KHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkPhysicalDeviceImageFormatInfo2KHR mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceImageFormatInfo2KHR
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkPhysicalDeviceImageFormatInfo2KHR callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceImageFormatInfo2KHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkPhysicalDeviceImageFormatInfo2KHR.Buffer mallocStack(int capacity)
Returns a newVkPhysicalDeviceImageFormatInfo2KHR.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkPhysicalDeviceImageFormatInfo2KHR.Buffer callocStack(int capacity)
Returns a newVkPhysicalDeviceImageFormatInfo2KHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkPhysicalDeviceImageFormatInfo2KHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceImageFormatInfo2KHR.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkPhysicalDeviceImageFormatInfo2KHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceImageFormatInfo2KHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
-