Uses of Record Class
club.doki7.vulkan.datatype.VkImageBlit
Packages that use VkImageBlit
-
Uses of VkImageBlit in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkImageBlitModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkImageBlit
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageBlitModifier and TypeMethodDescriptionstatic VkImageBlit
@NotNull VkImageBlit
VkImageBlit.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkImageBlit
VkImageBlit.clone
(Arena arena, VkImageBlit src) VkImageBlit.dstOffsets
(VkOffset3D.Ptr value) VkImageBlit.dstSubresource
(@NotNull VkImageSubresourceLayers value) VkImageBlit.dstSubresource
(Consumer<@NotNull VkImageSubresourceLayers> consumer) VkImageBlit.srcOffsets
(VkOffset3D.Ptr value) VkImageBlit.srcSubresource
(@NotNull VkImageSubresourceLayers value) VkImageBlit.srcSubresource
(Consumer<@NotNull VkImageSubresourceLayers> consumer) VkImageBlit.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkImageBlitMethods in club.doki7.vulkan.datatype with parameters of type VkImageBlitModifier and TypeMethodDescriptionstatic VkImageBlit
VkImageBlit.clone
(Arena arena, VkImageBlit src) void
VkImageBlit.Ptr.write
(long index, @NotNull VkImageBlit value)