Package org.lwjgl.vulkan
Class VkImageBlit
- All Implemented Interfaces:
AutoCloseable,NativeResource,Pointer
struct VkImageBlit {
{@link VkImageSubresourceLayers VkImageSubresourceLayers} srcSubresource;
{@link VkOffset3D VkOffset3D} srcOffsets[2];
{@link VkImageSubresourceLayers VkImageSubresourceLayers} dstSubresource;
{@link VkOffset3D VkOffset3D} dstOffsets[2];
}-
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
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVkImageBlit(ByteBuffer container) Creates aVkImageBlitinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkImageBlitcalloc()Returns a newVkImageBlitinstance allocated withmemCalloc.static VkImageBlit.Buffercalloc(int capacity) Returns a newVkImageBlit.Bufferinstance allocated withmemCalloc.static VkImageBlit.Buffercalloc(int capacity, MemoryStack stack) Returns a newVkImageBlit.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkImageBlitcalloc(MemoryStack stack) Returns a newVkImageBlitinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkImageBlitDeprecated.static VkImageBlit.BuffercallocStack(int capacity) Deprecated.static VkImageBlit.BuffercallocStack(int capacity, MemoryStack stack) Deprecated.static VkImageBlitcallocStack(MemoryStack stack) Deprecated.static VkImageBlitcreate()Returns a newVkImageBlitinstance allocated withBufferUtils.static VkImageBlit.Buffercreate(int capacity) Returns a newVkImageBlit.Bufferinstance allocated withBufferUtils.static VkImageBlitcreate(long address) Returns a newVkImageBlitinstance for the specified memory address.static VkImageBlit.Buffercreate(long address, int capacity) Create aVkImageBlit.Bufferinstance at the specified memory.static @Nullable VkImageBlitcreateSafe(long address) static @Nullable VkImageBlit.BuffercreateSafe(long address, int capacity) dstOffsets(int index) dstOffsets(int index, Consumer<VkOffset3D> consumer) dstOffsets(int index, VkOffset3D value) Copies the specifiedVkOffset3Dat the specified index of thedstOffsetsfield.dstOffsets(Consumer<VkOffset3D.Buffer> consumer) Passes thedstOffsetsfield to the specifiedConsumer.dstOffsets(VkOffset3D.Buffer value) Copies the specifiedVkOffset3D.Bufferto thedstOffsetsfield.dstSubresource(Consumer<VkImageSubresourceLayers> consumer) Passes thedstSubresourcefield to the specifiedConsumer.Copies the specifiedVkImageSubresourceLayersto thedstSubresourcefield.static VkImageBlitmalloc()Returns a newVkImageBlitinstance allocated withmemAlloc.static VkImageBlit.Buffermalloc(int capacity) Returns a newVkImageBlit.Bufferinstance allocated withmemAlloc.static VkImageBlit.Buffermalloc(int capacity, MemoryStack stack) Returns a newVkImageBlit.Bufferinstance allocated on the specifiedMemoryStack.static VkImageBlitmalloc(MemoryStack stack) Returns a newVkImageBlitinstance allocated on the specifiedMemoryStack.static VkImageBlitDeprecated.static VkImageBlit.BuffermallocStack(int capacity) Deprecated.static VkImageBlit.BuffermallocStack(int capacity, MemoryStack stack) Deprecated.static VkImageBlitmallocStack(MemoryStack stack) Deprecated.static VkOffset3D.BufferndstOffsets(long struct) Unsafe version ofdstOffsets().static VkOffset3DndstOffsets(long struct, int index) Unsafe version ofdstOffsets.static voidndstOffsets(long struct, int index, VkOffset3D value) Unsafe version ofdstOffsets.static voidndstOffsets(long struct, VkOffset3D.Buffer value) Unsafe version ofdstOffsets.static VkImageSubresourceLayersndstSubresource(long struct) Unsafe version ofdstSubresource().static voidndstSubresource(long struct, VkImageSubresourceLayers value) Unsafe version ofdstSubresource.static VkOffset3D.BuffernsrcOffsets(long struct) Unsafe version ofsrcOffsets().static VkOffset3DnsrcOffsets(long struct, int index) Unsafe version ofsrcOffsets.static voidnsrcOffsets(long struct, int index, VkOffset3D value) Unsafe version ofsrcOffsets.static voidnsrcOffsets(long struct, VkOffset3D.Buffer value) Unsafe version ofsrcOffsets.static VkImageSubresourceLayersnsrcSubresource(long struct) Unsafe version ofsrcSubresource().static voidnsrcSubresource(long struct, VkImageSubresourceLayers value) Unsafe version ofsrcSubresource.set(VkImageBlit src) Copies the specified struct data to this struct.set(VkImageSubresourceLayers srcSubresource, VkOffset3D.Buffer srcOffsets, VkImageSubresourceLayers dstSubresource, VkOffset3D.Buffer dstOffsets) Initializes this struct with the specified values.intsizeof()Returnssizeof(struct).srcOffsets(int index) srcOffsets(int index, Consumer<VkOffset3D> consumer) srcOffsets(int index, VkOffset3D value) Copies the specifiedVkOffset3Dat the specified index of thesrcOffsetsfield.srcOffsets(Consumer<VkOffset3D.Buffer> consumer) Passes thesrcOffsetsfield to the specifiedConsumer.srcOffsets(VkOffset3D.Buffer value) Copies the specifiedVkOffset3D.Bufferto thesrcOffsetsfield.srcSubresource(Consumer<VkImageSubresourceLayers> consumer) Passes thesrcSubresourcefield to the specifiedConsumer.Copies the specifiedVkImageSubresourceLayersto thesrcSubresourcefield.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
SRCSUBRESOURCE
public static final int SRCSUBRESOURCEThe struct member offsets. -
SRCOFFSETS
public static final int SRCOFFSETSThe struct member offsets. -
DSTSUBRESOURCE
public static final int DSTSUBRESOURCEThe struct member offsets. -
DSTOFFSETS
public static final int DSTOFFSETSThe struct member offsets.
-
-
Constructor Details
-
VkImageBlit
Creates aVkImageBlitinstance 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
-
sizeof
public int sizeof()Description copied from class:StructReturnssizeof(struct).- Specified by:
sizeofin classStruct<VkImageBlit>
-
srcSubresource
- Returns:
- a
VkImageSubresourceLayersview of thesrcSubresourcefield.
-
srcOffsets
- Returns:
- a
VkOffset3D.Buffer view of thesrcOffsetsfield.
-
srcOffsets
- Returns:
- a
VkOffset3Dview of the struct at the specified index of thesrcOffsetsfield.
-
dstSubresource
- Returns:
- a
VkImageSubresourceLayersview of thedstSubresourcefield.
-
dstOffsets
- Returns:
- a
VkOffset3D.Buffer view of thedstOffsetsfield.
-
dstOffsets
- Returns:
- a
VkOffset3Dview of the struct at the specified index of thedstOffsetsfield.
-
srcSubresource
Copies the specifiedVkImageSubresourceLayersto thesrcSubresourcefield. -
srcSubresource
Passes thesrcSubresourcefield to the specifiedConsumer. -
srcOffsets
Copies the specifiedVkOffset3D.Bufferto thesrcOffsetsfield. -
srcOffsets
Copies the specifiedVkOffset3Dat the specified index of thesrcOffsetsfield. -
srcOffsets
Passes thesrcOffsetsfield to the specifiedConsumer. -
srcOffsets
-
dstSubresource
Copies the specifiedVkImageSubresourceLayersto thedstSubresourcefield. -
dstSubresource
Passes thedstSubresourcefield to the specifiedConsumer. -
dstOffsets
Copies the specifiedVkOffset3D.Bufferto thedstOffsetsfield. -
dstOffsets
Copies the specifiedVkOffset3Dat the specified index of thedstOffsetsfield. -
dstOffsets
Passes thedstOffsetsfield to the specifiedConsumer. -
dstOffsets
-
set
public VkImageBlit set(VkImageSubresourceLayers srcSubresource, VkOffset3D.Buffer srcOffsets, VkImageSubresourceLayers dstSubresource, VkOffset3D.Buffer dstOffsets) Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newVkImageBlitinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkImageBlitinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkImageBlitinstance allocated withBufferUtils. -
create
Returns a newVkImageBlitinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkImageBlit.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkImageBlit.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkImageBlit.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkImageBlit.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 newVkImageBlitinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkImageBlitinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newVkImageBlit.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newVkImageBlit.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nsrcSubresource
Unsafe version ofsrcSubresource(). -
nsrcOffsets
Unsafe version ofsrcOffsets(). -
nsrcOffsets
Unsafe version ofsrcOffsets. -
ndstSubresource
Unsafe version ofdstSubresource(). -
ndstOffsets
Unsafe version ofdstOffsets(). -
ndstOffsets
Unsafe version ofdstOffsets. -
nsrcSubresource
Unsafe version ofsrcSubresource. -
nsrcOffsets
Unsafe version ofsrcOffsets. -
nsrcOffsets
Unsafe version ofsrcOffsets. -
ndstSubresource
Unsafe version ofdstSubresource. -
ndstOffsets
Unsafe version ofdstOffsets. -
ndstOffsets
Unsafe version ofdstOffsets.
-