Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV
Packages that use VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV
-
Uses of VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceExtendedSparseAddressSpacePropertiesNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.clone(Arena arena, VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV src) VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.extendedSparseAddressSpaceSize(long value) VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.extendedSparseBufferUsageFlags(int value) VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.extendedSparseImageUsageFlags(int value) VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.sType(int value) VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.clone(Arena arena, VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV src) voidVkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.Ptr.write(long index, @NotNull VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV> consumer)