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 TypeMethodDescriptionvoidVkDeviceCommands.getImageSubresourceLayout2(VkDevice device, VkImage image, VkImageSubresource2 pSubresource, VkSubresourceLayout2 pLayout) voidVkDeviceCommands.getImageSubresourceLayout2EXT(VkDevice device, VkImage image, VkImageSubresource2 pSubresource, VkSubresourceLayout2 pLayout) voidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkImageSubresource2structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageSubresource2Modifier and TypeMethodDescriptionstatic VkImageSubresource2@NotNull VkImageSubresource2VkImageSubresource2.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkImageSubresource2VkImageSubresource2.clone(Arena arena, VkImageSubresource2 src) VkImageSubresource2.imageSubresource(@NotNull VkImageSubresource value) VkImageSubresource2.imageSubresource(Consumer<@NotNull VkImageSubresource> consumer) VkImageSubresource2.pNext(@NotNull MemorySegment value) @Nullable VkImageSubresource2VkDeviceImageSubresourceInfo.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 VkImageSubresource2VkImageSubresource2.clone(Arena arena, VkImageSubresource2 src) voidVkImageSubresource2.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)