Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineCoverageReductionStateCreateInfoNV.Ptr
Packages that use VkPipelineCoverageReductionStateCreateInfoNV.Ptr
-
Uses of VkPipelineCoverageReductionStateCreateInfoNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPipelineCoverageReductionStateCreateInfoNV.PtrModifier and TypeMethodDescriptionVkPipelineCoverageReductionStateCreateInfoNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkPipelineCoverageReductionStateCreateInfoNV> consumer) VkPipelineCoverageReductionStateCreateInfoNV.Ptr.offset(long offset) VkPipelineCoverageReductionStateCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkPipelineCoverageReductionStateCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineCoverageReductionStateCreateInfoNV.Ptrthat uses the same backing storage as thisVkPipelineCoverageReductionStateCreateInfoNV.Ptr, but with the new size.VkPipelineCoverageReductionStateCreateInfoNV.Ptr.slice(long end) VkPipelineCoverageReductionStateCreateInfoNV.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).