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