[GLExtensions] Add ARB_buffer_storage to negate at least one null pointer instance.

This commit is contained in:
Ryan Houdek
2013-12-30 07:44:11 -06:00
committed by degasus
parent 71681de81a
commit cf8865a6e5
3 changed files with 43 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include "ARB_sample_shading.h"
#include "ARB_debug_output.h"
#include "KHR_debug.h"
#include "ARB_buffer_storage.h"
namespace GLExtensions
{