/* * Copyright (c) 2021, Jelle Raaijmakers * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include #define GL_GLEXT_VERSION 20211115 typedef void(APIENTRYP PFNGLLOCKARRAYSEXTPROC)(GLint first, GLsizei count); typedef void(APIENTRYP PFNGLUNLOCKARRAYSEXTPROC)(void);