mcpp index

compat.glad

#include

OpenGL 4.1 Core Profile loader (libigl-glad fork)

#include "glad/glad.h"
mcpp add compat.glad@0.0.0-651a425

Usage

From this repository's own test project — built and run by CI, not written for the website.

// Smoke test — verify compat.glad header is usable + links
#include "glad/glad.h"
import std;

int main() {
    // Verify the header defines the expected types (no GL context needed)
    std::println("compat.glad smoke test: ok");
    return 0;
}

tests/examples/glad/tests/header.cpp · project tests/examples/glad

Build

targets
glad (lib)
language
c++23
C standard
c99
import std
no
include dirs
*/include

Sources (1)

  • */src/glad.c

Versions

VersionPlatforms Mirrorssha256
0.0.0-651a425 latest LinuxWindowsmacOS source e144575e32f0…