Package org.lwjgl.vulkan
Class VkClearValue
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
union VkClearValue {
{@link VkClearColorValue VkClearColorValue} color;
{@link VkClearDepthStencilValue VkClearDepthStencilValue} depthStencil;
}
-
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
FieldsModifier and TypeFieldDescriptionstatic final int
The struct alignment in bytes.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionVkClearValue
(ByteBuffer container) Creates aVkClearValue
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkClearValue
calloc()
Returns a newVkClearValue
instance allocated withmemCalloc
.static VkClearValue.Buffer
calloc
(int capacity) Returns a newVkClearValue.Buffer
instance allocated withmemCalloc
.static VkClearValue.Buffer
calloc
(int capacity, MemoryStack stack) Returns a newVkClearValue.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkClearValue
calloc
(MemoryStack stack) Returns a newVkClearValue
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkClearValue
Deprecated.static VkClearValue.Buffer
callocStack
(int capacity) Deprecated.static VkClearValue.Buffer
callocStack
(int capacity, MemoryStack stack) Deprecated.static VkClearValue
callocStack
(MemoryStack stack) Deprecated.color()
color
(Consumer<VkClearColorValue> consumer) Passes thecolor
field to the specifiedConsumer
.color
(VkClearColorValue value) Copies the specifiedVkClearColorValue
to thecolor
field.static VkClearValue
create()
Returns a newVkClearValue
instance allocated withBufferUtils
.static VkClearValue.Buffer
create
(int capacity) Returns a newVkClearValue.Buffer
instance allocated withBufferUtils
.static VkClearValue
create
(long address) Returns a newVkClearValue
instance for the specified memory address.static VkClearValue.Buffer
create
(long address, int capacity) Create aVkClearValue.Buffer
instance at the specified memory.static @Nullable VkClearValue
createSafe
(long address) static @Nullable VkClearValue.Buffer
createSafe
(long address, int capacity) depthStencil
(Consumer<VkClearDepthStencilValue> consumer) Passes thedepthStencil
field to the specifiedConsumer
.Copies the specifiedVkClearDepthStencilValue
to thedepthStencil
field.static VkClearValue
malloc()
Returns a newVkClearValue
instance allocated withmemAlloc
.static VkClearValue.Buffer
malloc
(int capacity) Returns a newVkClearValue.Buffer
instance allocated withmemAlloc
.static VkClearValue.Buffer
malloc
(int capacity, MemoryStack stack) Returns a newVkClearValue.Buffer
instance allocated on the specifiedMemoryStack
.static VkClearValue
malloc
(MemoryStack stack) Returns a newVkClearValue
instance allocated on the specifiedMemoryStack
.static VkClearValue
Deprecated.static VkClearValue.Buffer
mallocStack
(int capacity) Deprecated.static VkClearValue.Buffer
mallocStack
(int capacity, MemoryStack stack) Deprecated.static VkClearValue
mallocStack
(MemoryStack stack) Deprecated.static VkClearColorValue
ncolor
(long struct) Unsafe version ofcolor()
.static void
ncolor
(long struct, VkClearColorValue value) Unsafe version ofcolor
.static VkClearDepthStencilValue
ndepthStencil
(long struct) Unsafe version ofdepthStencil()
.static void
ndepthStencil
(long struct, VkClearDepthStencilValue value) Unsafe version ofdepthStencil
.set
(VkClearValue src) Copies the specified struct data to this struct.int
sizeof()
Returnssizeof(struct)
.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
Constructor Details
-
VkClearValue
Creates aVkClearValue
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
-
sizeof
public int sizeof()Description copied from class:Struct
Returnssizeof(struct)
.- Specified by:
sizeof
in classStruct<VkClearValue>
-
color
- Returns:
- a
VkClearColorValue
view of thecolor
field.
-
depthStencil
- Returns:
- a
VkClearDepthStencilValue
view of thedepthStencil
field.
-
color
Copies the specifiedVkClearColorValue
to thecolor
field. -
color
Passes thecolor
field to the specifiedConsumer
. -
depthStencil
Copies the specifiedVkClearDepthStencilValue
to thedepthStencil
field. -
depthStencil
Passes thedepthStencil
field to the specifiedConsumer
. -
set
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
Returns a newVkClearValue
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newVkClearValue
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newVkClearValue
instance allocated withBufferUtils
. -
create
Returns a newVkClearValue
instance for the specified memory address. -
createSafe
-
malloc
Returns a newVkClearValue.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newVkClearValue.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newVkClearValue.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
Create aVkClearValue.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 newVkClearValue
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newVkClearValue
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
Returns a newVkClearValue.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
Returns a newVkClearValue.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
ncolor
Unsafe version ofcolor()
. -
ndepthStencil
Unsafe version ofdepthStencil()
. -
ncolor
Unsafe version ofcolor
. -
ndepthStencil
Unsafe version ofdepthStencil
.
-