diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pugl/pugl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h index 338aa4d..0e97f91 100644 --- a/include/pugl/pugl.h +++ b/include/pugl/pugl.h @@ -882,6 +882,7 @@ typedef enum { PUGL_ALPHA_BITS, ///< Number of bits for alpha channel PUGL_DEPTH_BITS, ///< Number of bits for depth buffer PUGL_STENCIL_BITS, ///< Number of bits for stencil buffer + PUGL_SAMPLE_BUFFERS, ///< Number of sample buffers (AA) PUGL_SAMPLES, ///< Number of samples per pixel (AA) PUGL_DOUBLE_BUFFER, ///< True if double buffering should be used PUGL_SWAP_INTERVAL, ///< Number of frames between buffer swaps |