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 TypeMethodDescriptionvoidVkDeviceCommands.getDeviceImageSubresourceLayout(VkDevice device, VkDeviceImageSubresourceInfo pInfo, VkSubresourceLayout2 pLayout) voidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkDeviceImageSubresourceInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceImageSubresourceInfoModifier and TypeMethodDescriptionstatic VkDeviceImageSubresourceInfo@NotNull VkDeviceImageSubresourceInfoVkDeviceImageSubresourceInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDeviceImageSubresourceInfoVkDeviceImageSubresourceInfo.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 VkDeviceImageSubresourceInfoVkDeviceImageSubresourceInfo.clone(Arena arena, VkDeviceImageSubresourceInfo src) voidVkDeviceImageSubresourceInfo.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)