Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceMaintenance5Properties
Packages that use VkPhysicalDeviceMaintenance5Properties
-
Uses of VkPhysicalDeviceMaintenance5Properties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceMaintenance5PropertiesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceMaintenance5Propertiesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceMaintenance5PropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceMaintenance5Properties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceMaintenance5Properties.clone(Arena arena, VkPhysicalDeviceMaintenance5Properties src) VkPhysicalDeviceMaintenance5Properties.depthStencilSwizzleOneSupport(int value) VkPhysicalDeviceMaintenance5Properties.earlyFragmentMultisampleCoverageAfterSampleCounting(int value) VkPhysicalDeviceMaintenance5Properties.earlyFragmentSampleMaskTestBeforeSampleCounting(int value) VkPhysicalDeviceMaintenance5Properties.nonStrictSinglePixelWideLinesUseParallelogram(int value) VkPhysicalDeviceMaintenance5Properties.nonStrictWideLinesUseParallelogram(int value) VkPhysicalDeviceMaintenance5Properties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMaintenance5Properties.polygonModePointSize(int value) VkPhysicalDeviceMaintenance5Properties.sType(int value) VkPhysicalDeviceMaintenance5Properties.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceMaintenance5PropertiesMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceMaintenance5PropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceMaintenance5Properties.clone(Arena arena, VkPhysicalDeviceMaintenance5Properties src) voidVkPhysicalDeviceMaintenance5Properties.Ptr.write(long index, @NotNull VkPhysicalDeviceMaintenance5Properties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceMaintenance5PropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceMaintenance5Properties.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceMaintenance5Properties> consumer)