Uses of Record Class
club.doki7.vulkan.datatype.VkImageSubresource
Packages that use VkImageSubresource
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkImageSubresource in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkImageSubresourceModifier and TypeMethodDescriptionvoidVkDeviceCommands.getImageSubresourceLayout(VkDevice device, VkImage image, VkImageSubresource pSubresource, VkSubresourceLayout pLayout) -
Uses of VkImageSubresource in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkImageSubresourceModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkImageSubresourcestructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageSubresourceModifier and TypeMethodDescriptionstatic VkImageSubresourceVkImageSubresource.arrayLayer(int value) VkImageSubresource.aspectMask(int value) @NotNull VkImageSubresourceVkImageSubresource.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkImageSubresourceVkImageSubresource.clone(Arena arena, VkImageSubresource src) @NotNull VkImageSubresourceVkImageSubresource2.imageSubresource()VkImageSubresource.mipLevel(int value) @NotNull VkImageSubresourceVkSparseImageMemoryBind.subresource()VkImageSubresource.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkImageSubresourceModifier and TypeMethodDescription@NotNull Iterator<VkImageSubresource> VkImageSubresource.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkImageSubresourceModifier and TypeMethodDescriptionstatic VkImageSubresourceVkImageSubresource.clone(Arena arena, VkImageSubresource src) VkImageSubresource2.imageSubresource(@NotNull VkImageSubresource value) VkSparseImageMemoryBind.subresource(@NotNull VkImageSubresource value) voidVkImageSubresource.Ptr.write(long index, @NotNull VkImageSubresource value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImageSubresourceModifier and TypeMethodDescriptionVkImageSubresource.Ptr.at(long index, @NotNull Consumer<@NotNull VkImageSubresource> consumer) VkImageSubresource2.imageSubresource(Consumer<@NotNull VkImageSubresource> consumer) VkSparseImageMemoryBind.subresource(Consumer<@NotNull VkImageSubresource> consumer)