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