7 lines
373 B
GLSL
7 lines
373 B
GLSL
// -----------------------------------------------------------------------------
|
|
// Copyright (c) 2009-2016 Nicolas P. Rougier. All rights reserved.
|
|
// Distributed under the (new) BSD License.
|
|
// -----------------------------------------------------------------------------
|
|
#include "antialias/stroke.glsl"
|
|
#include "antialias/filled.glsl"
|
|
#include "antialias/outline.glsl" |