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