Browse Source

Updates comment again.

shared-context
Olli Wang 8 years ago
parent
commit
9490a8c188
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/nanovg.h

+ 1
- 3
src/nanovg.h 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);


Loading…
Cancel
Save