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 TypeMethodDescriptionvoidVkDeviceCommands.getDeviceImageSubresourceLayout(VkDevice device, VkDeviceImageSubresourceInfo pInfo, VkSubresourceLayout2 pLayout) voidVkDeviceCommands.getDeviceImageSubresourceLayoutKHR(VkDevice device, VkDeviceImageSubresourceInfo pInfo, VkSubresourceLayout2 pLayout) voidVkDeviceCommands.getImageSubresourceLayout2(VkDevice device, VkImage image, VkImageSubresource2 pSubresource, VkSubresourceLayout2 pLayout) voidVkDeviceCommands.getImageSubresourceLayout2EXT(VkDevice device, VkImage image, VkImageSubresource2 pSubresource, VkSubresourceLayout2 pLayout) voidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkSubresourceLayout2structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSubresourceLayout2Modifier and TypeMethodDescriptionstatic VkSubresourceLayout2@NotNull VkSubresourceLayout2VkSubresourceLayout2.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSubresourceLayout2VkSubresourceLayout2.clone(Arena arena, VkSubresourceLayout2 src) VkSubresourceLayout2.pNext(@NotNull MemorySegment value) 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 VkSubresourceLayout2VkSubresourceLayout2.clone(Arena arena, VkSubresourceLayout2 src) voidVkSubresourceLayout2.Ptr.write(long index, @NotNull VkSubresourceLayout2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSubresourceLayout2Modifier and TypeMethodDescriptionVkSubresourceLayout2.Ptr.at(long index, @NotNull Consumer<@NotNull VkSubresourceLayout2> consumer)