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