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