Updates comment again.

This commit is contained in:
Olli Wang 2016-08-11 02:10:57 +08:00
parent ba8272c5b5
commit 9490a8c188

View File

@ -162,9 +162,7 @@ void nvgEndFrame(NVGcontext* ctx);
//
// Composite operation
//
// Composite operation in NanoVG is applied only when calling nvgEndFrame()
// instead of drawing API. The default composite operation of NanoVG is
// NVG_SOURCE_OVER.
// The default composite operation of NanoVG is NVG_SOURCE_OVER.
// Sets the composite operation. The op parameter should be one of NVGcompositeOperation.
void nvgGlobalCompositeOperation(NVGcontext* ctx, int op);