Files
vulkan-spec-walkthrough/cglm/include/module.modulemap
T
2026-05-25 11:04:30 +01:00

15 lines
199 B
Plaintext

module cglm {
header "cglm/cglm.h"
header "cglm/struct.h"
export *
}
module cglmc {
header "cglm/cglm.h"
header "cglm/struct.h"
header "cglm/call.h"
export *
}