Package org.lwjgl.vulkan
Class VkSubpassEndInfoKHR
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkSubpassEndInfo>
org.lwjgl.vulkan.VkSubpassEndInfo
org.lwjgl.vulkan.VkSubpassEndInfoKHR
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
struct VkSubpassEndInfoKHR {
VkStructureType sType;
void const * pNext;
}
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidation
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from class org.lwjgl.vulkan.VkSubpassEndInfo
ALIGNOF, PNEXT, SIZEOF, STYPE
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionVkSubpassEndInfoKHR
(ByteBuffer container) Creates aVkSubpassEndInfoKHR
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkSubpassEndInfoKHR
calloc()
Returns a newVkSubpassEndInfoKHR
instance allocated withmemCalloc
.static VkSubpassEndInfoKHR.Buffer
calloc
(int capacity) Returns a newVkSubpassEndInfoKHR.Buffer
instance allocated withmemCalloc
.static VkSubpassEndInfoKHR.Buffer
calloc
(int capacity, MemoryStack stack) Returns a newVkSubpassEndInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkSubpassEndInfoKHR
calloc
(MemoryStack stack) Returns a newVkSubpassEndInfoKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkSubpassEndInfoKHR
Deprecated.static VkSubpassEndInfoKHR.Buffer
callocStack
(int capacity) Deprecated.static VkSubpassEndInfoKHR.Buffer
callocStack
(int capacity, MemoryStack stack) Deprecated.static VkSubpassEndInfoKHR
callocStack
(MemoryStack stack) Deprecated.static VkSubpassEndInfoKHR
create()
Returns a newVkSubpassEndInfoKHR
instance allocated withBufferUtils
.static VkSubpassEndInfoKHR.Buffer
create
(int capacity) Returns a newVkSubpassEndInfoKHR.Buffer
instance allocated withBufferUtils
.static VkSubpassEndInfoKHR
create
(long address) Returns a newVkSubpassEndInfoKHR
instance for the specified memory address.static VkSubpassEndInfoKHR.Buffer
create
(long address, int capacity) Create aVkSubpassEndInfoKHR.Buffer
instance at the specified memory.static @Nullable VkSubpassEndInfoKHR
createSafe
(long address) static @Nullable VkSubpassEndInfoKHR.Buffer
createSafe
(long address, int capacity) static VkSubpassEndInfoKHR
malloc()
Returns a newVkSubpassEndInfoKHR
instance allocated withmemAlloc
.static VkSubpassEndInfoKHR.Buffer
malloc
(int capacity) Returns a newVkSubpassEndInfoKHR.Buffer
instance allocated withmemAlloc
.static VkSubpassEndInfoKHR.Buffer
malloc
(int capacity, MemoryStack stack) Returns a newVkSubpassEndInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
.static VkSubpassEndInfoKHR
malloc
(MemoryStack stack) Returns a newVkSubpassEndInfoKHR
instance allocated on the specifiedMemoryStack
.static VkSubpassEndInfoKHR
Deprecated.static VkSubpassEndInfoKHR.Buffer
mallocStack
(int capacity) Deprecated.static VkSubpassEndInfoKHR.Buffer
mallocStack
(int capacity, MemoryStack stack) Deprecated.static VkSubpassEndInfoKHR
mallocStack
(MemoryStack stack) Deprecated.pNext
(long value) Sets the specified value to thepNext
field.set
(int sType, long pNext) Initializes this struct with the specified values.set
(VkSubpassEndInfoKHR src) Copies the specified struct data to this struct.sType
(int value) Sets the specified value to thesType
field.Sets theSTRUCTURE_TYPE_SUBPASS_END_INFO
value to thesType
field.Methods inherited from class org.lwjgl.vulkan.VkSubpassEndInfo
npNext, npNext, nsType, nsType, pNext, pNext, pNext, set, sizeof, sType
Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
VkSubpassEndInfoKHR
Creates aVkSubpassEndInfoKHR
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 Details
-
sType
Sets the specified value to thesType
field.- Overrides:
sType
in classVkSubpassEndInfo
-
sType$Default
Sets theSTRUCTURE_TYPE_SUBPASS_END_INFO
value to thesType
field.- Overrides:
sType$Default
in classVkSubpassEndInfo
-
pNext
Sets the specified value to thepNext
field.- Overrides:
pNext
in classVkSubpassEndInfo
-
set
Initializes this struct with the specified values.- Overrides:
set
in classVkSubpassEndInfo
-
set
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
Returns a newVkSubpassEndInfoKHR
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newVkSubpassEndInfoKHR
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newVkSubpassEndInfoKHR
instance allocated withBufferUtils
. -
create
Returns a newVkSubpassEndInfoKHR
instance for the specified memory address. -
createSafe
-
malloc
Returns a newVkSubpassEndInfoKHR.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newVkSubpassEndInfoKHR.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newVkSubpassEndInfoKHR.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
Create aVkSubpassEndInfoKHR.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
-
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)
instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)
instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)
instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)
instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)
instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)
instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)
instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)
instead. -
malloc
Returns a newVkSubpassEndInfoKHR
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newVkSubpassEndInfoKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
Returns a newVkSubpassEndInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
Returns a newVkSubpassEndInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-