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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkMemoryGetSciBufInfoNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryGetSciBufInfoNVModifier and TypeMethodDescriptionstatic VkMemoryGetSciBufInfoNV@NotNull VkMemoryGetSciBufInfoNVVkMemoryGetSciBufInfoNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkMemoryGetSciBufInfoNVVkMemoryGetSciBufInfoNV.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 VkMemoryGetSciBufInfoNVVkMemoryGetSciBufInfoNV.clone(Arena arena, VkMemoryGetSciBufInfoNV src) voidVkMemoryGetSciBufInfoNV.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)