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