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