Uses of Record Class
club.doki7.vulkan.datatype.VkStencilOpState.Ptr
Packages that use VkStencilOpState.Ptr
-
Uses of VkStencilOpState.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkStencilOpState.PtrModifier and TypeMethodDescriptionstatic VkStencilOpState.PtrVkStencilOpState.Ptr.at(long index, @NotNull Consumer<@NotNull VkStencilOpState> consumer) @NotNull VkStencilOpState.PtrVkStencilOpState.Ptr.offset(long offset) @NotNull VkStencilOpState.PtrVkStencilOpState.Ptr.reinterpret(long newSize) Assume theVkStencilOpState.Ptris capable of holding at leastnewSizestructures, create a new viewVkStencilOpState.Ptrthat uses the same backing storage as thisVkStencilOpState.Ptr, but with the new size.VkStencilOpState.Ptr.slice(long end) @NotNull VkStencilOpState.PtrVkStencilOpState.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).