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