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