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 record
Represents a pointer to / an array ofVkPhysicalDeviceMaintenance5Properties
structure(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.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) void
VkPhysicalDeviceMaintenance5Properties.Ptr.write
(long index, @NotNull VkPhysicalDeviceMaintenance5Properties value)