Uses of Record Class
club.doki7.vulkan.datatype.VkSubresourceLayout
Packages that use VkSubresourceLayout
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkSubresourceLayout in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSubresourceLayoutModifier and TypeMethodDescriptionvoid
VkDeviceCommands.getImageSubresourceLayout
(VkDevice device, VkImage image, VkImageSubresource pSubresource, VkSubresourceLayout pLayout) -
Uses of VkSubresourceLayout in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSubresourceLayoutModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSubresourceLayout
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSubresourceLayoutModifier and TypeMethodDescriptionstatic VkSubresourceLayout
VkSubresourceLayout.arrayPitch
(long value) @NotNull VkSubresourceLayout
VkSubresourceLayout.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkSubresourceLayout
VkSubresourceLayout.clone
(Arena arena, VkSubresourceLayout src) VkSubresourceLayout.depthPitch
(long value) VkSubresourceLayout.offset
(long value) @Nullable VkSubresourceLayout
VkImageDrmFormatModifierExplicitCreateInfoEXT.pPlaneLayouts()
VkSubresourceLayout.rowPitch
(long value) VkSubresourceLayout.size
(long value) @NotNull VkSubresourceLayout
VkSubresourceLayout2.subresourceLayout()
VkSubresourceLayout.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSubresourceLayoutModifier and TypeMethodDescription@NotNull Iterator
<VkSubresourceLayout> VkSubresourceLayout.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkSubresourceLayoutModifier and TypeMethodDescriptionstatic VkSubresourceLayout
VkSubresourceLayout.clone
(Arena arena, VkSubresourceLayout src) VkSubresourceLayout2.subresourceLayout
(@NotNull VkSubresourceLayout value) void
VkSubresourceLayout.Ptr.write
(long index, @NotNull VkSubresourceLayout value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSubresourceLayoutModifier and TypeMethodDescriptionVkSubresourceLayout2.subresourceLayout
(Consumer<@NotNull VkSubresourceLayout> consumer)