Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceImageMemoryRequirements
Packages that use VkDeviceImageMemoryRequirements
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkDeviceImageMemoryRequirements in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDeviceImageMemoryRequirementsModifier and TypeMethodDescriptionvoid
VkDeviceCommands.getDeviceImageMemoryRequirements
(VkDevice device, VkDeviceImageMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getDeviceImageMemoryRequirementsKHR
(VkDevice device, VkDeviceImageMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getDeviceImageSparseMemoryRequirements
(VkDevice device, VkDeviceImageMemoryRequirements pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) void
VkDeviceCommands.getDeviceImageSparseMemoryRequirementsKHR
(VkDevice device, VkDeviceImageMemoryRequirements pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) -
Uses of VkDeviceImageMemoryRequirements in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDeviceImageMemoryRequirementsModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDeviceImageMemoryRequirements
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceImageMemoryRequirementsModifier and TypeMethodDescription@NotNull VkDeviceImageMemoryRequirements
VkDeviceImageMemoryRequirements.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkDeviceImageMemoryRequirements.clone
(Arena arena, VkDeviceImageMemoryRequirements src) VkDeviceImageMemoryRequirements.pCreateInfo
(@Nullable IVkImageCreateInfo value) VkDeviceImageMemoryRequirements.planeAspect
(int value) VkDeviceImageMemoryRequirements.sType
(int value) VkDeviceImageMemoryRequirements.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDeviceImageMemoryRequirementsModifier and TypeMethodDescription@NotNull Iterator
<VkDeviceImageMemoryRequirements> VkDeviceImageMemoryRequirements.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDeviceImageMemoryRequirementsModifier and TypeMethodDescriptionVkDeviceImageMemoryRequirements.clone
(Arena arena, VkDeviceImageMemoryRequirements src) void
VkDeviceImageMemoryRequirements.Ptr.write
(long index, @NotNull VkDeviceImageMemoryRequirements value)