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