Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryGetSciBufInfoNV
Packages that use VkMemoryGetSciBufInfoNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkMemoryGetSciBufInfoNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkMemoryGetSciBufInfoNVModifier and TypeMethodDescriptionint
VkDeviceCommands.getMemorySciBufNV
(VkDevice device, VkMemoryGetSciBufInfoNV pGetSciBufInfo, PointerPtr pHandle) -
Uses of VkMemoryGetSciBufInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMemoryGetSciBufInfoNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkMemoryGetSciBufInfoNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryGetSciBufInfoNVModifier and TypeMethodDescriptionstatic VkMemoryGetSciBufInfoNV
@NotNull VkMemoryGetSciBufInfoNV
VkMemoryGetSciBufInfoNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkMemoryGetSciBufInfoNV
VkMemoryGetSciBufInfoNV.clone
(Arena arena, VkMemoryGetSciBufInfoNV src) VkMemoryGetSciBufInfoNV.handleType
(int value) VkMemoryGetSciBufInfoNV.memory
(@Nullable VkDeviceMemory value) VkMemoryGetSciBufInfoNV.pNext
(@NotNull MemorySegment value) VkMemoryGetSciBufInfoNV.sType
(int value) VkMemoryGetSciBufInfoNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMemoryGetSciBufInfoNVModifier and TypeMethodDescription@NotNull Iterator
<VkMemoryGetSciBufInfoNV> VkMemoryGetSciBufInfoNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkMemoryGetSciBufInfoNVModifier and TypeMethodDescriptionstatic VkMemoryGetSciBufInfoNV
VkMemoryGetSciBufInfoNV.clone
(Arena arena, VkMemoryGetSciBufInfoNV src) void
VkMemoryGetSciBufInfoNV.Ptr.write
(long index, @NotNull VkMemoryGetSciBufInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryGetSciBufInfoNVModifier and TypeMethodDescriptionVkMemoryGetSciBufInfoNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkMemoryGetSciBufInfoNV> consumer)