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