Uses of Record Class
club.doki7.vulkan.datatype.VkSubresourceLayout2
Packages that use VkSubresourceLayout2
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkSubresourceLayout2 in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSubresourceLayout2Modifier and TypeMethodDescriptionvoid
VkDeviceCommands.getDeviceImageSubresourceLayout
(VkDevice device, VkDeviceImageSubresourceInfo pInfo, VkSubresourceLayout2 pLayout) void
VkDeviceCommands.getDeviceImageSubresourceLayoutKHR
(VkDevice device, VkDeviceImageSubresourceInfo pInfo, VkSubresourceLayout2 pLayout) void
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 VkSubresourceLayout2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSubresourceLayout2Modifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSubresourceLayout2
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSubresourceLayout2Modifier and TypeMethodDescriptionstatic VkSubresourceLayout2
@NotNull VkSubresourceLayout2
VkSubresourceLayout2.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkSubresourceLayout2
VkSubresourceLayout2.clone
(Arena arena, VkSubresourceLayout2 src) VkSubresourceLayout2.sType
(int value) VkSubresourceLayout2.subresourceLayout
(@NotNull VkSubresourceLayout value) VkSubresourceLayout2.subresourceLayout
(Consumer<@NotNull VkSubresourceLayout> consumer) VkSubresourceLayout2.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSubresourceLayout2Modifier and TypeMethodDescription@NotNull Iterator
<VkSubresourceLayout2> VkSubresourceLayout2.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkSubresourceLayout2Modifier and TypeMethodDescriptionstatic VkSubresourceLayout2
VkSubresourceLayout2.clone
(Arena arena, VkSubresourceLayout2 src) void
VkSubresourceLayout2.Ptr.write
(long index, @NotNull VkSubresourceLayout2 value)