Class UnsafeRotatingWriter
java.lang.Object
com.jozufozu.flywheel.backend.struct.BufferWriter<S>
com.jozufozu.flywheel.backend.struct.UnsafeBufferWriter<RotatingData>
com.simibubi.create.content.contraptions.base.flwdata.UnsafeRotatingWriter
- All Implemented Interfaces:
com.jozufozu.flywheel.backend.struct.StructWriter<RotatingData>
public class UnsafeRotatingWriter
extends com.jozufozu.flywheel.backend.struct.UnsafeBufferWriter<RotatingData>
-
Field Summary
Fields inherited from class com.jozufozu.flywheel.backend.struct.UnsafeBufferWriter
writePointerFields inherited from class com.jozufozu.flywheel.backend.struct.BufferWriter
backingBuffer, format, stride -
Constructor Summary
ConstructorsConstructorDescriptionUnsafeRotatingWriter(com.jozufozu.flywheel.backend.gl.buffer.VecBuffer backingBuffer, com.jozufozu.flywheel.backend.struct.StructType<RotatingData> vertexType) -
Method Summary
Methods inherited from class com.jozufozu.flywheel.backend.struct.UnsafeBufferWriter
advance, seek
-
Constructor Details
-
UnsafeRotatingWriter
public UnsafeRotatingWriter(com.jozufozu.flywheel.backend.gl.buffer.VecBuffer backingBuffer, com.jozufozu.flywheel.backend.struct.StructType<RotatingData> vertexType)
-
-
Method Details
-
write
-