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.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
Fields inherited from class org.lwjgl.vulkan.VkSubpassEndInfo
ALIGNOF, PNEXT, SIZEOF, STYPEFields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVkSubpassEndInfoKHR(ByteBuffer container) Creates aVkSubpassEndInfoKHRinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkSubpassEndInfoKHRcalloc()Returns a newVkSubpassEndInfoKHRinstance allocated withmemCalloc.static VkSubpassEndInfoKHR.Buffercalloc(int capacity) Returns a newVkSubpassEndInfoKHR.Bufferinstance allocated withmemCalloc.static VkSubpassEndInfoKHR.Buffercalloc(int capacity, MemoryStack stack) Returns a newVkSubpassEndInfoKHR.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkSubpassEndInfoKHRcalloc(MemoryStack stack) Returns a newVkSubpassEndInfoKHRinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkSubpassEndInfoKHRDeprecated.static VkSubpassEndInfoKHR.BuffercallocStack(int capacity) Deprecated.static VkSubpassEndInfoKHR.BuffercallocStack(int capacity, MemoryStack stack) Deprecated.static VkSubpassEndInfoKHRcallocStack(MemoryStack stack) Deprecated.static VkSubpassEndInfoKHRcreate()Returns a newVkSubpassEndInfoKHRinstance allocated withBufferUtils.static VkSubpassEndInfoKHR.Buffercreate(int capacity) Returns a newVkSubpassEndInfoKHR.Bufferinstance allocated withBufferUtils.static VkSubpassEndInfoKHRcreate(long address) Returns a newVkSubpassEndInfoKHRinstance for the specified memory address.static VkSubpassEndInfoKHR.Buffercreate(long address, int capacity) Create aVkSubpassEndInfoKHR.Bufferinstance at the specified memory.static @Nullable VkSubpassEndInfoKHRcreateSafe(long address) static @Nullable VkSubpassEndInfoKHR.BuffercreateSafe(long address, int capacity) static VkSubpassEndInfoKHRmalloc()Returns a newVkSubpassEndInfoKHRinstance allocated withmemAlloc.static VkSubpassEndInfoKHR.Buffermalloc(int capacity) Returns a newVkSubpassEndInfoKHR.Bufferinstance allocated withmemAlloc.static VkSubpassEndInfoKHR.Buffermalloc(int capacity, MemoryStack stack) Returns a newVkSubpassEndInfoKHR.Bufferinstance allocated on the specifiedMemoryStack.static VkSubpassEndInfoKHRmalloc(MemoryStack stack) Returns a newVkSubpassEndInfoKHRinstance allocated on the specifiedMemoryStack.static VkSubpassEndInfoKHRDeprecated.static VkSubpassEndInfoKHR.BuffermallocStack(int capacity) Deprecated.static VkSubpassEndInfoKHR.BuffermallocStack(int capacity, MemoryStack stack) Deprecated.static VkSubpassEndInfoKHRmallocStack(MemoryStack stack) Deprecated.pNext(long value) Sets the specified value to thepNextfield.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 thesTypefield.Sets theSTRUCTURE_TYPE_SUBPASS_END_INFOvalue to thesTypefield.Methods inherited from class org.lwjgl.vulkan.VkSubpassEndInfo
npNext, npNext, nsType, nsType, pNext, pNext, pNext, set, sizeof, sTypeMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
VkSubpassEndInfoKHR
Creates aVkSubpassEndInfoKHRinstance at the current position of the specifiedByteBuffercontainer. 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 thesTypefield.- Overrides:
sTypein classVkSubpassEndInfo
-
sType$Default
Sets theSTRUCTURE_TYPE_SUBPASS_END_INFOvalue to thesTypefield.- Overrides:
sType$Defaultin classVkSubpassEndInfo
-
pNext
Sets the specified value to thepNextfield.- Overrides:
pNextin classVkSubpassEndInfo
-
set
Initializes this struct with the specified values.- Overrides:
setin classVkSubpassEndInfo
-
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newVkSubpassEndInfoKHRinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkSubpassEndInfoKHRinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkSubpassEndInfoKHRinstance allocated withBufferUtils. -
create
Returns a newVkSubpassEndInfoKHRinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkSubpassEndInfoKHR.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkSubpassEndInfoKHR.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkSubpassEndInfoKHR.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkSubpassEndInfoKHR.Bufferinstance 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 newVkSubpassEndInfoKHRinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkSubpassEndInfoKHRinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newVkSubpassEndInfoKHR.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newVkSubpassEndInfoKHR.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-