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