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.StructValidationNested 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, SUBPASSCOUNTFields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVkRenderPassCreateInfo2KHR(ByteBuffer container) Creates aVkRenderPassCreateInfo2KHRinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkRenderPassCreateInfo2KHRcalloc()Returns a newVkRenderPassCreateInfo2KHRinstance allocated withmemCalloc.calloc(int capacity) Returns a newVkRenderPassCreateInfo2KHR.Bufferinstance allocated withmemCalloc.calloc(int capacity, MemoryStack stack) Returns a newVkRenderPassCreateInfo2KHR.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkRenderPassCreateInfo2KHRcalloc(MemoryStack stack) Returns a newVkRenderPassCreateInfo2KHRinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkRenderPassCreateInfo2KHRDeprecated.callocStack(int capacity) Deprecated.callocStack(int capacity, MemoryStack stack) Deprecated.static VkRenderPassCreateInfo2KHRcallocStack(MemoryStack stack) Deprecated.static VkRenderPassCreateInfo2KHRcreate()Returns a newVkRenderPassCreateInfo2KHRinstance allocated withBufferUtils.create(int capacity) Returns a newVkRenderPassCreateInfo2KHR.Bufferinstance allocated withBufferUtils.static VkRenderPassCreateInfo2KHRcreate(long address) Returns a newVkRenderPassCreateInfo2KHRinstance for the specified memory address.create(long address, int capacity) Create aVkRenderPassCreateInfo2KHR.Bufferinstance at the specified memory.static @Nullable VkRenderPassCreateInfo2KHRcreateSafe(long address) static @Nullable VkRenderPassCreateInfo2KHR.BuffercreateSafe(long address, int capacity) flags(int value) Sets the specified value to theflagsfield.static VkRenderPassCreateInfo2KHRmalloc()Returns a newVkRenderPassCreateInfo2KHRinstance allocated withmemAlloc.malloc(int capacity) Returns a newVkRenderPassCreateInfo2KHR.Bufferinstance allocated withmemAlloc.malloc(int capacity, MemoryStack stack) Returns a newVkRenderPassCreateInfo2KHR.Bufferinstance allocated on the specifiedMemoryStack.static VkRenderPassCreateInfo2KHRmalloc(MemoryStack stack) Returns a newVkRenderPassCreateInfo2KHRinstance allocated on the specifiedMemoryStack.static VkRenderPassCreateInfo2KHRDeprecated.mallocStack(int capacity) Deprecated.mallocStack(int capacity, MemoryStack stack) Deprecated.static VkRenderPassCreateInfo2KHRmallocStack(MemoryStack stack) Deprecated.pAttachments(@Nullable VkAttachmentDescription2.Buffer value) Sets the address of the specifiedVkAttachmentDescription2.Bufferto thepAttachmentsfield.pCorrelatedViewMasks(@Nullable IntBuffer value) Sets the address of the specifiedIntBufferto thepCorrelatedViewMasksfield.pDependencies(@Nullable VkSubpassDependency2.Buffer value) Sets the address of the specifiedVkSubpassDependency2.Bufferto thepDependenciesfield.pNext(long value) Sets the specified value to thepNextfield.Sets the address of the specifiedVkSubpassDescription2.Bufferto thepSubpassesfield.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 thesTypefield.Sets theSTRUCTURE_TYPE_RENDER_PASS_CREATE_INFO_2value to thesTypefield.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, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
VkRenderPassCreateInfo2KHR
Creates aVkRenderPassCreateInfo2KHRinstance 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 classVkRenderPassCreateInfo2
-
sType$Default
Sets theSTRUCTURE_TYPE_RENDER_PASS_CREATE_INFO_2value to thesTypefield.- Overrides:
sType$Defaultin classVkRenderPassCreateInfo2
-
pNext
Sets the specified value to thepNextfield.- Overrides:
pNextin classVkRenderPassCreateInfo2
-
flags
Sets the specified value to theflagsfield.- Overrides:
flagsin classVkRenderPassCreateInfo2
-
pAttachments
Sets the address of the specifiedVkAttachmentDescription2.Bufferto thepAttachmentsfield.- Overrides:
pAttachmentsin classVkRenderPassCreateInfo2
-
pSubpasses
Sets the address of the specifiedVkSubpassDescription2.Bufferto thepSubpassesfield.- Overrides:
pSubpassesin classVkRenderPassCreateInfo2
-
pDependencies
Sets the address of the specifiedVkSubpassDependency2.Bufferto thepDependenciesfield.- Overrides:
pDependenciesin 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:
setin classVkRenderPassCreateInfo2
-
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newVkRenderPassCreateInfo2KHRinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkRenderPassCreateInfo2KHRinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkRenderPassCreateInfo2KHRinstance allocated withBufferUtils. -
create
Returns a newVkRenderPassCreateInfo2KHRinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkRenderPassCreateInfo2KHR.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkRenderPassCreateInfo2KHR.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkRenderPassCreateInfo2KHR.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkRenderPassCreateInfo2KHR.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 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 newVkRenderPassCreateInfo2KHRinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkRenderPassCreateInfo2KHRinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newVkRenderPassCreateInfo2KHR.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newVkRenderPassCreateInfo2KHR.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-