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