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 TypeMethodDescriptionintVkInstanceCommands.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 recordRepresents a pointer to / an array ofVkMemorySciBufPropertiesNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemorySciBufPropertiesNVModifier and TypeMethodDescriptionstatic VkMemorySciBufPropertiesNV@NotNull VkMemorySciBufPropertiesNVVkMemorySciBufPropertiesNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkMemorySciBufPropertiesNVVkMemorySciBufPropertiesNV.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 VkMemorySciBufPropertiesNVVkMemorySciBufPropertiesNV.clone(Arena arena, VkMemorySciBufPropertiesNV src) voidVkMemorySciBufPropertiesNV.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)