From f1524acbd3e708d1764b7f1533d707b22254ae95 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Jan 2023 12:54:56 -0500 Subject: Add PUGL_SAMPLE_BUFFERS hint Towards a more direct and explicit mapping to platform hints, and more consistent behaviour across platforms. OpenGL applications are generally expected to be explicit about hints like this. --- test/test_utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test_utils.h') diff --git a/test/test_utils.h b/test/test_utils.h index 85276fb..db3485b 100644 --- a/test/test_utils.h +++ b/test/test_utils.h @@ -275,6 +275,8 @@ puglViewHintString(const PuglViewHint hint) return "Depth bits"; case PUGL_STENCIL_BITS: return "Stencil bits"; + case PUGL_SAMPLE_BUFFERS: + return "Sample buffers"; case PUGL_SAMPLES: return "Samples"; case PUGL_DOUBLE_BUFFER: -- cgit v1.2.1