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