Package org.lwjgl.vulkan
Class VkRenderPassCreateInfo2KHR
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkRenderPassCreateInfo2>
org.lwjgl.vulkan.VkRenderPassCreateInfo2
org.lwjgl.vulkan.VkRenderPassCreateInfo2KHR
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
struct VkRenderPassCreateInfo2KHR {
VkStructureType sType;
void const * pNext;
VkRenderPassCreateFlags flags;
uint32_t attachmentCount;
{@link VkAttachmentDescription2 VkAttachmentDescription2} const * pAttachments;
uint32_t subpassCount;
{@link VkSubpassDescription2 VkSubpassDescription2} const * pSubpasses;
uint32_t dependencyCount;
{@link VkSubpassDependency2 VkSubpassDependency2} const * pDependencies;
uint32_t correlatedViewMaskCount;
uint32_t const * pCorrelatedViewMasks;
}
-
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.VkRenderPassCreateInfo2
ALIGNOF, ATTACHMENTCOUNT, CORRELATEDVIEWMASKCOUNT, DEPENDENCYCOUNT, FLAGS, PATTACHMENTS, PCORRELATEDVIEWMASKS, PDEPENDENCIES, PNEXT, PSUBPASSES, SIZEOF, STYPE, SUBPASSCOUNT
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionVkRenderPassCreateInfo2KHR
(ByteBuffer container) Creates aVkRenderPassCreateInfo2KHR
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkRenderPassCreateInfo2KHR
calloc()
Returns a newVkRenderPassCreateInfo2KHR
instance allocated withmemCalloc
.calloc
(int capacity) Returns a newVkRenderPassCreateInfo2KHR.Buffer
instance allocated withmemCalloc
.calloc
(int capacity, MemoryStack stack) Returns a newVkRenderPassCreateInfo2KHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkRenderPassCreateInfo2KHR
calloc
(MemoryStack stack) Returns a newVkRenderPassCreateInfo2KHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkRenderPassCreateInfo2KHR
Deprecated.callocStack
(int capacity) Deprecated.callocStack
(int capacity, MemoryStack stack) Deprecated.static VkRenderPassCreateInfo2KHR
callocStack
(MemoryStack stack) Deprecated.static VkRenderPassCreateInfo2KHR
create()
Returns a newVkRenderPassCreateInfo2KHR
instance allocated withBufferUtils
.create
(int capacity) Returns a newVkRenderPassCreateInfo2KHR.Buffer
instance allocated withBufferUtils
.static VkRenderPassCreateInfo2KHR
create
(long address) Returns a newVkRenderPassCreateInfo2KHR
instance for the specified memory address.create
(long address, int capacity) Create aVkRenderPassCreateInfo2KHR.Buffer
instance at the specified memory.static @Nullable VkRenderPassCreateInfo2KHR
createSafe
(long address) static @Nullable VkRenderPassCreateInfo2KHR.Buffer
createSafe
(long address, int capacity) flags
(int value) Sets the specified value to theflags
field.static VkRenderPassCreateInfo2KHR
malloc()
Returns a newVkRenderPassCreateInfo2KHR
instance allocated withmemAlloc
.malloc
(int capacity) Returns a newVkRenderPassCreateInfo2KHR.Buffer
instance allocated withmemAlloc
.malloc
(int capacity, MemoryStack stack) Returns a newVkRenderPassCreateInfo2KHR.Buffer
instance allocated on the specifiedMemoryStack
.static VkRenderPassCreateInfo2KHR
malloc
(MemoryStack stack) Returns a newVkRenderPassCreateInfo2KHR
instance allocated on the specifiedMemoryStack
.static VkRenderPassCreateInfo2KHR
Deprecated.mallocStack
(int capacity) Deprecated.mallocStack
(int capacity, MemoryStack stack) Deprecated.static VkRenderPassCreateInfo2KHR
mallocStack
(MemoryStack stack) Deprecated.pAttachments
(@Nullable VkAttachmentDescription2.Buffer value) Sets the address of the specifiedVkAttachmentDescription2.Buffer
to thepAttachments
field.pCorrelatedViewMasks
(@Nullable IntBuffer value) Sets the address of the specifiedIntBuffer
to thepCorrelatedViewMasks
field.pDependencies
(@Nullable VkSubpassDependency2.Buffer value) Sets the address of the specifiedVkSubpassDependency2.Buffer
to thepDependencies
field.pNext
(long value) Sets the specified value to thepNext
field.Sets the address of the specifiedVkSubpassDescription2.Buffer
to thepSubpasses
field.set
(int sType, long pNext, int flags, @Nullable VkAttachmentDescription2.Buffer pAttachments, VkSubpassDescription2.Buffer pSubpasses, @Nullable VkSubpassDependency2.Buffer pDependencies, @Nullable IntBuffer pCorrelatedViewMasks) Initializes this struct with the specified values.Copies the specified struct data to this struct.sType
(int value) Sets the specified value to thesType
field.Sets theSTRUCTURE_TYPE_RENDER_PASS_CREATE_INFO_2
value to thesType
field.Methods inherited from class org.lwjgl.vulkan.VkRenderPassCreateInfo2
attachmentCount, correlatedViewMaskCount, dependencyCount, flags, nattachmentCount, nattachmentCount, ncorrelatedViewMaskCount, ncorrelatedViewMaskCount, ndependencyCount, ndependencyCount, nflags, nflags, npAttachments, npAttachments, npCorrelatedViewMasks, npCorrelatedViewMasks, npDependencies, npDependencies, npNext, npNext, npSubpasses, npSubpasses, nsType, nsType, nsubpassCount, nsubpassCount, pAttachments, pCorrelatedViewMasks, pDependencies, pNext, pNext, pNext, pNext, pNext, pNext, pSubpasses, set, sizeof, sType, subpassCount, validate
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
-
VkRenderPassCreateInfo2KHR
Creates aVkRenderPassCreateInfo2KHR
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 classVkRenderPassCreateInfo2
-
sType$Default
Sets theSTRUCTURE_TYPE_RENDER_PASS_CREATE_INFO_2
value to thesType
field.- Overrides:
sType$Default
in classVkRenderPassCreateInfo2
-
pNext
Sets the specified value to thepNext
field.- Overrides:
pNext
in classVkRenderPassCreateInfo2
-
flags
Sets the specified value to theflags
field.- Overrides:
flags
in classVkRenderPassCreateInfo2
-
pAttachments
Sets the address of the specifiedVkAttachmentDescription2.Buffer
to thepAttachments
field.- Overrides:
pAttachments
in classVkRenderPassCreateInfo2
-
pSubpasses
Sets the address of the specifiedVkSubpassDescription2.Buffer
to thepSubpasses
field.- Overrides:
pSubpasses
in classVkRenderPassCreateInfo2
-
pDependencies
Sets the address of the specifiedVkSubpassDependency2.Buffer
to thepDependencies
field.- Overrides:
pDependencies
in classVkRenderPassCreateInfo2
-
set
public VkRenderPassCreateInfo2KHR set(int sType, long pNext, int flags, @Nullable VkAttachmentDescription2.Buffer pAttachments, VkSubpassDescription2.Buffer pSubpasses, @Nullable VkSubpassDependency2.Buffer pDependencies, @Nullable IntBuffer pCorrelatedViewMasks) Initializes this struct with the specified values.- Overrides:
set
in classVkRenderPassCreateInfo2
-
set
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
Returns a newVkRenderPassCreateInfo2KHR
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newVkRenderPassCreateInfo2KHR
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newVkRenderPassCreateInfo2KHR
instance allocated withBufferUtils
. -
create
Returns a newVkRenderPassCreateInfo2KHR
instance for the specified memory address. -
createSafe
-
malloc
Returns a newVkRenderPassCreateInfo2KHR.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newVkRenderPassCreateInfo2KHR.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newVkRenderPassCreateInfo2KHR.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
Create aVkRenderPassCreateInfo2KHR.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 public static VkRenderPassCreateInfo2KHR.Buffer mallocStack(int capacity, MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)
instead. -
callocStack
@Deprecated public static VkRenderPassCreateInfo2KHR.Buffer callocStack(int capacity, MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)
instead. -
malloc
Returns a newVkRenderPassCreateInfo2KHR
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newVkRenderPassCreateInfo2KHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
Returns a newVkRenderPassCreateInfo2KHR.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
Returns a newVkRenderPassCreateInfo2KHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-