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.Ptr
VkViewportWScalingNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkViewportWScalingNV> consumer) @NotNull VkViewportWScalingNV.Ptr
VkViewportWScalingNV.Ptr.offset
(long offset) VkPipelineViewportWScalingStateCreateInfoNV.pViewportWScalings
(int assumedCount) @NotNull VkViewportWScalingNV.Ptr
VkViewportWScalingNV.Ptr.reinterpret
(long newSize) Assume theVkViewportWScalingNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkViewportWScalingNV.Ptr
that uses the same backing storage as thisVkViewportWScalingNV.Ptr
, but with the new size.VkViewportWScalingNV.Ptr.slice
(long end) @NotNull VkViewportWScalingNV.Ptr
VkViewportWScalingNV.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).