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