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 TypeMethodDescriptionvoidVkDeviceCommands.getDeviceImageMemoryRequirements(VkDevice device, VkDeviceImageMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getDeviceImageMemoryRequirementsKHR(VkDevice device, VkDeviceImageMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getDeviceImageSparseMemoryRequirements(VkDevice device, VkDeviceImageMemoryRequirements pInfo, IntPtr pSparseMemoryRequirementCount, @Nullable IVkSparseImageMemoryRequirements2 pSparseMemoryRequirements) voidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkDeviceImageMemoryRequirementsstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceImageMemoryRequirementsModifier and TypeMethodDescription@NotNull VkDeviceImageMemoryRequirementsVkDeviceImageMemoryRequirements.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.pNext(@NotNull MemorySegment 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) voidVkDeviceImageMemoryRequirements.Ptr.write(long index, @NotNull VkDeviceImageMemoryRequirements value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDeviceImageMemoryRequirementsModifier and TypeMethodDescriptionVkDeviceImageMemoryRequirements.Ptr.at(long index, @NotNull Consumer<@NotNull VkDeviceImageMemoryRequirements> consumer)