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