Uses of Record Class
club.doki7.vulkan.datatype.VkImageSubresource2
Packages that use VkImageSubresource2
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkImageSubresource2 in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkImageSubresource2Modifier and TypeMethodDescriptionvoid
VkDeviceCommands.getImageSubresourceLayout2
(VkDevice device, VkImage image, VkImageSubresource2 pSubresource, VkSubresourceLayout2 pLayout) void
VkDeviceCommands.getImageSubresourceLayout2EXT
(VkDevice device, VkImage image, VkImageSubresource2 pSubresource, VkSubresourceLayout2 pLayout) void
VkDeviceCommands.getImageSubresourceLayout2KHR
(VkDevice device, VkImage image, VkImageSubresource2 pSubresource, VkSubresourceLayout2 pLayout) -
Uses of VkImageSubresource2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkImageSubresource2Modifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkImageSubresource2
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageSubresource2Modifier and TypeMethodDescriptionstatic VkImageSubresource2
@NotNull VkImageSubresource2
VkImageSubresource2.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkImageSubresource2
VkImageSubresource2.clone
(Arena arena, VkImageSubresource2 src) VkImageSubresource2.imageSubresource
(@NotNull VkImageSubresource value) VkImageSubresource2.imageSubresource
(Consumer<@NotNull VkImageSubresource> consumer) VkImageSubresource2.pNext
(@NotNull MemorySegment value) @Nullable VkImageSubresource2
VkDeviceImageSubresourceInfo.pSubresource()
VkImageSubresource2.sType
(int value) VkImageSubresource2.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkImageSubresource2Modifier and TypeMethodDescription@NotNull Iterator
<VkImageSubresource2> VkImageSubresource2.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkImageSubresource2Modifier and TypeMethodDescriptionstatic VkImageSubresource2
VkImageSubresource2.clone
(Arena arena, VkImageSubresource2 src) void
VkImageSubresource2.Ptr.write
(long index, @NotNull VkImageSubresource2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImageSubresource2Modifier and TypeMethodDescriptionVkImageSubresource2.Ptr.at
(long index, @NotNull Consumer<@NotNull VkImageSubresource2> consumer)