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 TypeMethodDescriptionvoid
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkImageSubresource
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageSubresourceModifier and TypeMethodDescriptionstatic VkImageSubresource
VkImageSubresource.arrayLayer
(int value) VkImageSubresource.aspectMask
(int value) @NotNull VkImageSubresource
VkImageSubresource.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkImageSubresource
VkImageSubresource.clone
(Arena arena, VkImageSubresource src) @NotNull VkImageSubresource
VkImageSubresource2.imageSubresource()
VkImageSubresource.mipLevel
(int value) @NotNull VkImageSubresource
VkSparseImageMemoryBind.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 VkImageSubresource
VkImageSubresource.clone
(Arena arena, VkImageSubresource src) VkImageSubresource2.imageSubresource
(@NotNull VkImageSubresource value) VkSparseImageMemoryBind.subresource
(@NotNull VkImageSubresource value) void
VkImageSubresource.Ptr.write
(long index, @NotNull VkImageSubresource value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImageSubresourceModifier and TypeMethodDescriptionVkImageSubresource2.imageSubresource
(Consumer<@NotNull VkImageSubresource> consumer) VkSparseImageMemoryBind.subresource
(Consumer<@NotNull VkImageSubresource> consumer)