Uses of Record Class
club.doki7.vulkan.datatype.VkBlitImageInfo2
Packages that use VkBlitImageInfo2
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkBlitImageInfo2 in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkBlitImageInfo2Modifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdBlitImage2(VkCommandBuffer commandBuffer, VkBlitImageInfo2 pBlitImageInfo) voidVkDeviceCommands.cmdBlitImage2KHR(VkCommandBuffer commandBuffer, VkBlitImageInfo2 pBlitImageInfo) -
Uses of VkBlitImageInfo2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkBlitImageInfo2Modifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkBlitImageInfo2structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBlitImageInfo2Modifier and TypeMethodDescriptionstatic VkBlitImageInfo2@NotNull VkBlitImageInfo2VkBlitImageInfo2.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkBlitImageInfo2VkBlitImageInfo2.clone(Arena arena, VkBlitImageInfo2 src) VkBlitImageInfo2.dstImageLayout(int value) VkBlitImageInfo2.filter(int value) VkBlitImageInfo2.pNext(@NotNull MemorySegment value) VkBlitImageInfo2.pRegions(@Nullable IVkImageBlit2 value) VkBlitImageInfo2.regionCount(int value) VkBlitImageInfo2.srcImageLayout(int value) VkBlitImageInfo2.sType(int value) VkBlitImageInfo2.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkBlitImageInfo2Modifier and TypeMethodDescription@NotNull Iterator<VkBlitImageInfo2> VkBlitImageInfo2.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkBlitImageInfo2Modifier and TypeMethodDescriptionstatic VkBlitImageInfo2VkBlitImageInfo2.clone(Arena arena, VkBlitImageInfo2 src) voidVkBlitImageInfo2.Ptr.write(long index, @NotNull VkBlitImageInfo2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkBlitImageInfo2Modifier and TypeMethodDescriptionVkBlitImageInfo2.Ptr.at(long index, @NotNull Consumer<@NotNull VkBlitImageInfo2> consumer)