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.PtrVkViewport.Ptr.at(long index, @NotNull Consumer<@NotNull VkViewport> consumer) @NotNull VkViewport.PtrVkViewport.Ptr.offset(long offset) VkCommandBufferInheritanceViewportScissorInfoNV.pViewportDepths(int assumedCount) VkPipelineViewportStateCreateInfo.pViewports(int assumedCount) @NotNull VkViewport.PtrVkViewport.Ptr.reinterpret(long newSize) Assume theVkViewport.Ptris capable of holding at leastnewSizestructures, create a new viewVkViewport.Ptrthat uses the same backing storage as thisVkViewport.Ptr, but with the new size.VkViewport.Ptr.slice(long end) @NotNull VkViewport.PtrVkViewport.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).