Package org.lwjgl.vulkan
Class VkPhysicalDeviceMaintenance3PropertiesKHR
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkPhysicalDeviceMaintenance3Properties
-
- org.lwjgl.vulkan.VkPhysicalDeviceMaintenance3PropertiesKHR
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class VkPhysicalDeviceMaintenance3PropertiesKHR extends VkPhysicalDeviceMaintenance3Properties
SeeVkPhysicalDeviceMaintenance3Properties
.Layout
struct VkPhysicalDeviceMaintenance3PropertiesKHR { VkStructureType sType; void * pNext; uint32_t maxPerSetDescriptors; VkDeviceSize maxMemoryAllocationSize; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
An array ofVkPhysicalDeviceMaintenance3PropertiesKHR
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.VkPhysicalDeviceMaintenance3Properties
ALIGNOF, MAXMEMORYALLOCATIONSIZE, MAXPERSETDESCRIPTORS, PNEXT, SIZEOF, STYPE
-
-
Constructor Summary
Constructors Constructor Description VkPhysicalDeviceMaintenance3PropertiesKHR(java.nio.ByteBuffer container)
Creates aVkPhysicalDeviceMaintenance3PropertiesKHR
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 VkPhysicalDeviceMaintenance3PropertiesKHR
calloc()
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR
instance allocated withmemCalloc
.static VkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
calloc(int capacity)
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
instance allocated withmemCalloc
.static VkPhysicalDeviceMaintenance3PropertiesKHR
callocStack()
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
callocStack(int capacity)
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceMaintenance3PropertiesKHR
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceMaintenance3PropertiesKHR
create()
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR
instance allocated withBufferUtils
.static VkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
create(int capacity)
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
instance allocated withBufferUtils
.static VkPhysicalDeviceMaintenance3PropertiesKHR
create(long address)
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR
instance for the specified memory address.static VkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
create(long address, int capacity)
Create aVkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
instance at the specified memory.static VkPhysicalDeviceMaintenance3PropertiesKHR
createSafe(long address)
static VkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
createSafe(long address, int capacity)
static VkPhysicalDeviceMaintenance3PropertiesKHR
malloc()
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR
instance allocated withmemAlloc
.static VkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
malloc(int capacity)
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
instance allocated withmemAlloc
.static VkPhysicalDeviceMaintenance3PropertiesKHR
mallocStack()
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR
instance allocated on the thread-localMemoryStack
.static VkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
mallocStack(int capacity)
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
instance allocated on the thread-localMemoryStack
.static VkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
instance allocated on the specifiedMemoryStack
.static VkPhysicalDeviceMaintenance3PropertiesKHR
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR
instance allocated on the specifiedMemoryStack
.VkPhysicalDeviceMaintenance3PropertiesKHR
pNext(long value)
Sets the specified value to thepNext
field.VkPhysicalDeviceMaintenance3PropertiesKHR
set(int sType, long pNext)
Initializes this struct with the specified values.VkPhysicalDeviceMaintenance3PropertiesKHR
set(VkPhysicalDeviceMaintenance3PropertiesKHR src)
Copies the specified struct data to this struct.VkPhysicalDeviceMaintenance3PropertiesKHR
sType(int value)
Sets the specified value to thesType
field.-
Methods inherited from class org.lwjgl.vulkan.VkPhysicalDeviceMaintenance3Properties
maxMemoryAllocationSize, maxPerSetDescriptors, nmaxMemoryAllocationSize, nmaxPerSetDescriptors, npNext, npNext, nsType, nsType, pNext, set, sizeof, sType
-
-
-
-
Constructor Detail
-
VkPhysicalDeviceMaintenance3PropertiesKHR
public VkPhysicalDeviceMaintenance3PropertiesKHR(java.nio.ByteBuffer container)
Creates aVkPhysicalDeviceMaintenance3PropertiesKHR
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 VkPhysicalDeviceMaintenance3PropertiesKHR sType(int value)
Sets the specified value to thesType
field.- Overrides:
sType
in classVkPhysicalDeviceMaintenance3Properties
-
pNext
public VkPhysicalDeviceMaintenance3PropertiesKHR pNext(long value)
Sets the specified value to thepNext
field.- Overrides:
pNext
in classVkPhysicalDeviceMaintenance3Properties
-
set
public VkPhysicalDeviceMaintenance3PropertiesKHR set(int sType, long pNext)
Initializes this struct with the specified values.- Overrides:
set
in classVkPhysicalDeviceMaintenance3Properties
-
set
public VkPhysicalDeviceMaintenance3PropertiesKHR set(VkPhysicalDeviceMaintenance3PropertiesKHR src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkPhysicalDeviceMaintenance3PropertiesKHR malloc()
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkPhysicalDeviceMaintenance3PropertiesKHR calloc()
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkPhysicalDeviceMaintenance3PropertiesKHR create()
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR
instance allocated withBufferUtils
.
-
create
public static VkPhysicalDeviceMaintenance3PropertiesKHR create(long address)
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR
instance for the specified memory address.
-
createSafe
@Nullable public static VkPhysicalDeviceMaintenance3PropertiesKHR createSafe(long address)
-
malloc
public static VkPhysicalDeviceMaintenance3PropertiesKHR.Buffer malloc(int capacity)
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkPhysicalDeviceMaintenance3PropertiesKHR.Buffer calloc(int capacity)
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDeviceMaintenance3PropertiesKHR.Buffer create(int capacity)
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDeviceMaintenance3PropertiesKHR.Buffer create(long address, int capacity)
Create aVkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkPhysicalDeviceMaintenance3PropertiesKHR.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkPhysicalDeviceMaintenance3PropertiesKHR mallocStack()
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkPhysicalDeviceMaintenance3PropertiesKHR callocStack()
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkPhysicalDeviceMaintenance3PropertiesKHR mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkPhysicalDeviceMaintenance3PropertiesKHR callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkPhysicalDeviceMaintenance3PropertiesKHR.Buffer mallocStack(int capacity)
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkPhysicalDeviceMaintenance3PropertiesKHR.Buffer callocStack(int capacity)
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkPhysicalDeviceMaintenance3PropertiesKHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkPhysicalDeviceMaintenance3PropertiesKHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceMaintenance3PropertiesKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
-