bindbc-glslang 0.1.0
Dynamic binding to GLSL reference compiler
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
BindBC-GLSLang
BindBC binding to GLSL reference compiler from Khronos Group. This package allows to embed a GLSL-to-SPIR-V compilation toolchain into your application, thereby avoiding the tedious separate shader building step.
Usage
dub add bindbc-glslang
BindBC-GLSLang relies on a shared library: glslang.dll
on Windows and libglslang.so
on Linux. To compile GLSLang with shared libraries, use BUILD_SHARED_LIBS
CMake option, for example:
cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
- Registered by Timur Gafarov
- 0.1.0 released 5 days ago
- gecko0307/bindbc-glslang
- github.com/gecko0307/bindbc-glslang
- BSL-1.0
- Authors:
- Dependencies:
- bindbc-loader
- Versions:
-
0.1.0 2025-Jan-09 ~main 2025-Jan-09 - Download Stats:
-
-
1 downloads today
-
2 downloads this week
-
2 downloads this month
-
2 downloads total
-
- Score:
- 0.3
- Short URL:
- bindbc-glslang.dub.pm