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

用法

来自本仓库自己的测试项目 —— CI 真的编译并运行过,不是为了网站写的。

// 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 · 项目 tests/examples/glad

构建

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

源文件 (1)

  • */src/glad.c

版本

版本平台 镜像sha256
0.0.0-651a425 最新 LinuxWindowsmacOS 源站 e144575e32f0…