Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineViewportWScalingStateCreateInfoNV.Ptr
Packages that use VkPipelineViewportWScalingStateCreateInfoNV.Ptr
-
Uses of VkPipelineViewportWScalingStateCreateInfoNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPipelineViewportWScalingStateCreateInfoNV.PtrModifier and TypeMethodDescriptionVkPipelineViewportWScalingStateCreateInfoNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkPipelineViewportWScalingStateCreateInfoNV> consumer) VkPipelineViewportWScalingStateCreateInfoNV.Ptr.offset(long offset) VkPipelineViewportWScalingStateCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkPipelineViewportWScalingStateCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineViewportWScalingStateCreateInfoNV.Ptrthat uses the same backing storage as thisVkPipelineViewportWScalingStateCreateInfoNV.Ptr, but with the new size.VkPipelineViewportWScalingStateCreateInfoNV.Ptr.slice(long end) VkPipelineViewportWScalingStateCreateInfoNV.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).