Uses of Record Class
club.doki7.vulkan.datatype.VkRect2D.Ptr
Packages that use VkRect2D.Ptr
-
Uses of VkRect2D.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkRect2D.PtrModifier and TypeMethodDescriptionstatic VkRect2D.Ptr@NotNull VkRect2D.PtrVkRect2D.Ptr.offset(long offset) VkDeviceGroupRenderPassBeginInfo.pDeviceRenderAreas(int assumedCount) VkPipelineDiscardRectangleStateCreateInfoEXT.pDiscardRectangles(int assumedCount) VkPipelineViewportExclusiveScissorStateCreateInfoNV.pExclusiveScissors(int assumedCount) VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pPerViewRenderAreas(int assumedCount) VkOpticalFlowExecuteInfoNV.pRegions(int assumedCount) VkPipelineViewportStateCreateInfo.pScissors(int assumedCount) VkBindImageMemoryDeviceGroupInfo.pSplitInstanceBindRegions(int assumedCount) @NotNull VkRect2D.PtrVkRect2D.Ptr.reinterpret(long newSize) Assume theVkRect2D.Ptris capable of holding at leastnewSizestructures, create a new viewVkRect2D.Ptrthat uses the same backing storage as thisVkRect2D.Ptr, but with the new size.VkRect2D.Ptr.slice(long end) @NotNull VkRect2D.PtrVkRect2D.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).