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.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineCoverageReductionStateCreateInfoNV.Ptr
that 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).