Uses of Record Class
club.doki7.vulkan.datatype.VkViewport.Ptr
Packages that use VkViewport.Ptr
-
Uses of VkViewport.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkViewport.PtrModifier and TypeMethodDescriptionstatic VkViewport.Ptr
VkViewport.Ptr.at
(long index, @NotNull Consumer<@NotNull VkViewport> consumer) @NotNull VkViewport.Ptr
VkViewport.Ptr.offset
(long offset) VkCommandBufferInheritanceViewportScissorInfoNV.pViewportDepths
(int assumedCount) VkPipelineViewportStateCreateInfo.pViewports
(int assumedCount) @NotNull VkViewport.Ptr
VkViewport.Ptr.reinterpret
(long newSize) Assume theVkViewport.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkViewport.Ptr
that uses the same backing storage as thisVkViewport.Ptr
, but with the new size.VkViewport.Ptr.slice
(long end) @NotNull VkViewport.Ptr
VkViewport.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).