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