Package org.lwjgl.vulkan
Class VkInputAttachmentAspectReference
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkInputAttachmentAspectReference
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Direct Known Subclasses:
VkInputAttachmentAspectReferenceKHR
public class VkInputAttachmentAspectReference extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
Structure specifying a subpass/input attachment pair and an aspect mask that can be read.Valid Usage
aspectMask
must not includeIMAGE_ASPECT_METADATA_BIT
aspectMask
must not includeVK_IMAGE_ASPECT_MEMORY_PLANE_i_BIT_EXT
for any indexi
.
Valid Usage (Implicit)
aspectMask
must be a valid combination ofVkImageAspectFlagBits
valuesaspectMask
must not be 0
See Also
VkRenderPassInputAttachmentAspectCreateInfo
Member documentation
subpass
– an index into thepSubpasses
array of the parentVkRenderPassCreateInfo
structure.inputAttachmentIndex
– an index into thepInputAttachments
of the specified subpass.aspectMask
– a mask of which aspect(s) can be accessed within the specified subpass.
Layout
struct VkInputAttachmentAspectReference { uint32_t subpass; uint32_t inputAttachmentIndex; VkImageAspectFlags aspectMask; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkInputAttachmentAspectReference.Buffer
An array ofVkInputAttachmentAspectReference
structs.
-
Field Summary
Fields Modifier and Type Field Description static int
ALIGNOF
The struct alignment in bytes.static int
ASPECTMASK
INPUTATTACHMENTINDEXThe struct member offsets.static int
SIZEOF
The struct size in bytes.static int
SUBPASS
The struct member offsets.
-
Constructor Summary
Constructors Constructor Description VkInputAttachmentAspectReference(java.nio.ByteBuffer container)
Creates aVkInputAttachmentAspectReference
instance at the current position of the specifiedByteBuffer
container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
aspectMask()
Returns the value of theaspectMask
field.VkInputAttachmentAspectReference
aspectMask(int value)
Sets the specified value to theaspectMask
field.static VkInputAttachmentAspectReference
calloc()
Returns a newVkInputAttachmentAspectReference
instance allocated withmemCalloc
.static VkInputAttachmentAspectReference.Buffer
calloc(int capacity)
Returns a newVkInputAttachmentAspectReference.Buffer
instance allocated withmemCalloc
.static VkInputAttachmentAspectReference
callocStack()
Returns a newVkInputAttachmentAspectReference
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkInputAttachmentAspectReference.Buffer
callocStack(int capacity)
Returns a newVkInputAttachmentAspectReference.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkInputAttachmentAspectReference.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkInputAttachmentAspectReference.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkInputAttachmentAspectReference
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkInputAttachmentAspectReference
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkInputAttachmentAspectReference
create()
Returns a newVkInputAttachmentAspectReference
instance allocated withBufferUtils
.static VkInputAttachmentAspectReference.Buffer
create(int capacity)
Returns a newVkInputAttachmentAspectReference.Buffer
instance allocated withBufferUtils
.static VkInputAttachmentAspectReference
create(long address)
Returns a newVkInputAttachmentAspectReference
instance for the specified memory address.static VkInputAttachmentAspectReference.Buffer
create(long address, int capacity)
Create aVkInputAttachmentAspectReference.Buffer
instance at the specified memory.static VkInputAttachmentAspectReference
createSafe(long address)
static VkInputAttachmentAspectReference.Buffer
createSafe(long address, int capacity)
int
inputAttachmentIndex()
Returns the value of theinputAttachmentIndex
field.VkInputAttachmentAspectReference
inputAttachmentIndex(int value)
Sets the specified value to theinputAttachmentIndex
field.static VkInputAttachmentAspectReference
malloc()
Returns a newVkInputAttachmentAspectReference
instance allocated withmemAlloc
.static VkInputAttachmentAspectReference.Buffer
malloc(int capacity)
Returns a newVkInputAttachmentAspectReference.Buffer
instance allocated withmemAlloc
.static VkInputAttachmentAspectReference
mallocStack()
Returns a newVkInputAttachmentAspectReference
instance allocated on the thread-localMemoryStack
.static VkInputAttachmentAspectReference.Buffer
mallocStack(int capacity)
Returns a newVkInputAttachmentAspectReference.Buffer
instance allocated on the thread-localMemoryStack
.static VkInputAttachmentAspectReference.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkInputAttachmentAspectReference.Buffer
instance allocated on the specifiedMemoryStack
.static VkInputAttachmentAspectReference
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkInputAttachmentAspectReference
instance allocated on the specifiedMemoryStack
.static int
naspectMask(long struct)
Unsafe version ofaspectMask()
.static void
naspectMask(long struct, int value)
Unsafe version ofaspectMask
.static int
ninputAttachmentIndex(long struct)
Unsafe version ofinputAttachmentIndex()
.static void
ninputAttachmentIndex(long struct, int value)
Unsafe version ofinputAttachmentIndex
.static int
nsubpass(long struct)
Unsafe version ofsubpass()
.static void
nsubpass(long struct, int value)
Unsafe version ofsubpass
.VkInputAttachmentAspectReference
set(int subpass, int inputAttachmentIndex, int aspectMask)
Initializes this struct with the specified values.VkInputAttachmentAspectReference
set(VkInputAttachmentAspectReference src)
Copies the specified struct data to this struct.int
sizeof()
int
subpass()
Returns the value of thesubpass
field.VkInputAttachmentAspectReference
subpass(int value)
Sets the specified value to thesubpass
field.
-
-
-
Constructor Detail
-
VkInputAttachmentAspectReference
public VkInputAttachmentAspectReference(java.nio.ByteBuffer container)
Creates aVkInputAttachmentAspectReference
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
-
sizeof
public int sizeof()
- Specified by:
sizeof
in classorg.lwjgl.system.Struct
-
subpass
public int subpass()
Returns the value of thesubpass
field.
-
inputAttachmentIndex
public int inputAttachmentIndex()
Returns the value of theinputAttachmentIndex
field.
-
aspectMask
public int aspectMask()
Returns the value of theaspectMask
field.
-
subpass
public VkInputAttachmentAspectReference subpass(int value)
Sets the specified value to thesubpass
field.
-
inputAttachmentIndex
public VkInputAttachmentAspectReference inputAttachmentIndex(int value)
Sets the specified value to theinputAttachmentIndex
field.
-
aspectMask
public VkInputAttachmentAspectReference aspectMask(int value)
Sets the specified value to theaspectMask
field.
-
set
public VkInputAttachmentAspectReference set(int subpass, int inputAttachmentIndex, int aspectMask)
Initializes this struct with the specified values.
-
set
public VkInputAttachmentAspectReference set(VkInputAttachmentAspectReference src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkInputAttachmentAspectReference malloc()
Returns a newVkInputAttachmentAspectReference
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkInputAttachmentAspectReference calloc()
Returns a newVkInputAttachmentAspectReference
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkInputAttachmentAspectReference create()
Returns a newVkInputAttachmentAspectReference
instance allocated withBufferUtils
.
-
create
public static VkInputAttachmentAspectReference create(long address)
Returns a newVkInputAttachmentAspectReference
instance for the specified memory address.
-
createSafe
@Nullable public static VkInputAttachmentAspectReference createSafe(long address)
-
malloc
public static VkInputAttachmentAspectReference.Buffer malloc(int capacity)
Returns a newVkInputAttachmentAspectReference.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkInputAttachmentAspectReference.Buffer calloc(int capacity)
Returns a newVkInputAttachmentAspectReference.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkInputAttachmentAspectReference.Buffer create(int capacity)
Returns a newVkInputAttachmentAspectReference.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkInputAttachmentAspectReference.Buffer create(long address, int capacity)
Create aVkInputAttachmentAspectReference.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkInputAttachmentAspectReference.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkInputAttachmentAspectReference mallocStack()
Returns a newVkInputAttachmentAspectReference
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkInputAttachmentAspectReference callocStack()
Returns a newVkInputAttachmentAspectReference
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkInputAttachmentAspectReference mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkInputAttachmentAspectReference
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkInputAttachmentAspectReference callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkInputAttachmentAspectReference
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkInputAttachmentAspectReference.Buffer mallocStack(int capacity)
Returns a newVkInputAttachmentAspectReference.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkInputAttachmentAspectReference.Buffer callocStack(int capacity)
Returns a newVkInputAttachmentAspectReference.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkInputAttachmentAspectReference.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkInputAttachmentAspectReference.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkInputAttachmentAspectReference.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkInputAttachmentAspectReference.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
nsubpass
public static int nsubpass(long struct)
Unsafe version ofsubpass()
.
-
ninputAttachmentIndex
public static int ninputAttachmentIndex(long struct)
Unsafe version ofinputAttachmentIndex()
.
-
naspectMask
public static int naspectMask(long struct)
Unsafe version ofaspectMask()
.
-
nsubpass
public static void nsubpass(long struct, int value)
Unsafe version ofsubpass
.
-
ninputAttachmentIndex
public static void ninputAttachmentIndex(long struct, int value)
Unsafe version ofinputAttachmentIndex
.
-
naspectMask
public static void naspectMask(long struct, int value)
Unsafe version ofaspectMask
.
-
-