setOffset(_:)
Updates the byte offset of this slice.
Declaration
mutating func setOffset(_ offset: Int) throws(LowLevelRenderContextError)Parameters
- offset:
The new byte offset into
bufferat which this slice begins.
Updates the byte offset of this slice.
mutating func setOffset(_ offset: Int) throws(LowLevelRenderContextError)The new byte offset into buffer at which this slice begins.