Updates comment again.
This commit is contained in:
parent
ba8272c5b5
commit
9490a8c188
@ -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…
x
Reference in New Issue
Block a user