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 TypeMethodDescriptionvoidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkSubresourceLayoutstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSubresourceLayoutModifier and TypeMethodDescriptionstatic VkSubresourceLayoutVkSubresourceLayout.arrayPitch(long value) @NotNull VkSubresourceLayoutVkSubresourceLayout.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSubresourceLayoutVkSubresourceLayout.clone(Arena arena, VkSubresourceLayout src) VkSubresourceLayout.depthPitch(long value) VkSubresourceLayout.offset(long value) @Nullable VkSubresourceLayoutVkImageDrmFormatModifierExplicitCreateInfoEXT.pPlaneLayouts()VkSubresourceLayout.rowPitch(long value) VkSubresourceLayout.size(long value) @NotNull VkSubresourceLayoutVkSubresourceLayout2.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 VkSubresourceLayoutVkSubresourceLayout.clone(Arena arena, VkSubresourceLayout src) VkSubresourceLayout2.subresourceLayout(@NotNull VkSubresourceLayout value) voidVkSubresourceLayout.Ptr.write(long index, @NotNull VkSubresourceLayout value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSubresourceLayoutModifier and TypeMethodDescriptionVkSubresourceLayout.Ptr.at(long index, @NotNull Consumer<@NotNull VkSubresourceLayout> consumer) VkSubresourceLayout2.subresourceLayout(Consumer<@NotNull VkSubresourceLayout> consumer)