glext.h 324 B

1234567891011121314
  1. /*
  2. * Copyright (c) 2021, Jelle Raaijmakers <jelle@gmta.nl>
  3. *
  4. * SPDX-License-Identifier: BSD-2-Clause
  5. */
  6. #pragma once
  7. #include <LibGL/GL/glplatform.h>
  8. #define GL_GLEXT_VERSION 20211115
  9. typedef void(APIENTRYP PFNGLLOCKARRAYSEXTPROC)(GLint first, GLsizei count);
  10. typedef void(APIENTRYP PFNGLUNLOCKARRAYSEXTPROC)(void);