From 6c06e7e2a03f90310afc079bb812e9e26b49ed38 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Tue, 25 Jul 2017 02:02:11 +0200 Subject: vo_opengl: cosmetic fix --- video/out/opengl/gl_headers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/video/out/opengl/gl_headers.h b/video/out/opengl/gl_headers.h index c764d1fbef..e57cab35dc 100644 --- a/video/out/opengl/gl_headers.h +++ b/video/out/opengl/gl_headers.h @@ -83,11 +83,11 @@ #define GL_TEXTURE_FETCH_BARRIER_BIT 0x00000008 -// -- GL 4.3 or GL_ARB_compute_shader +// --- GL 4.3 or GL_ARB_compute_shader #define GL_COMPUTE_SHADER 0x91B9 -// -- GL 4.3 or GL_ARB_shader_storage_buffer_object +// --- GL 4.3 or GL_ARB_shader_storage_buffer_object #define GL_SHADER_STORAGE_BUFFER 0x90D2 #define GL_SHADER_STORAGE_BARRIER_BIT 0x00002000 -- cgit v1.2.3