Uses of Record Class
club.doki7.vulkan.datatype.VkMemorySciBufPropertiesNV
Packages that use VkMemorySciBufPropertiesNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkMemorySciBufPropertiesNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkMemorySciBufPropertiesNVModifier and TypeMethodDescriptionint
VkInstanceCommands.getPhysicalDeviceExternalMemorySciBufPropertiesNV
(VkPhysicalDevice physicalDevice, int handleType, @NotNull MemorySegment handle, VkMemorySciBufPropertiesNV pMemorySciBufProperties) -
Uses of VkMemorySciBufPropertiesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMemorySciBufPropertiesNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkMemorySciBufPropertiesNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemorySciBufPropertiesNVModifier and TypeMethodDescriptionstatic VkMemorySciBufPropertiesNV
@NotNull VkMemorySciBufPropertiesNV
VkMemorySciBufPropertiesNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkMemorySciBufPropertiesNV
VkMemorySciBufPropertiesNV.clone
(Arena arena, VkMemorySciBufPropertiesNV src) VkMemorySciBufPropertiesNV.memoryTypeBits
(int value) VkMemorySciBufPropertiesNV.pNext
(@NotNull MemorySegment value) VkMemorySciBufPropertiesNV.sType
(int value) VkMemorySciBufPropertiesNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMemorySciBufPropertiesNVModifier and TypeMethodDescription@NotNull Iterator
<VkMemorySciBufPropertiesNV> VkMemorySciBufPropertiesNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkMemorySciBufPropertiesNVModifier and TypeMethodDescriptionstatic VkMemorySciBufPropertiesNV
VkMemorySciBufPropertiesNV.clone
(Arena arena, VkMemorySciBufPropertiesNV src) void
VkMemorySciBufPropertiesNV.Ptr.write
(long index, @NotNull VkMemorySciBufPropertiesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemorySciBufPropertiesNVModifier and TypeMethodDescriptionVkMemorySciBufPropertiesNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkMemorySciBufPropertiesNV> consumer)