Remove glslang.m4
The m4 grammar build mechanism was only ever needed as a preprocessor for bison, to be used with GLSLANG_WEB, which has now been removed. Fixes #2958
This commit is contained in:
parent
6bc35749ec
commit
54726b3c1c
5 changed files with 2 additions and 4434 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -37,14 +37,6 @@
|
|||
// POSSIBILITY OF SUCH DAMAGE.
|
||||
//
|
||||
|
||||
//
|
||||
// Do not edit the .y file, only edit the .m4 file.
|
||||
// The .y bison file is not a source file, it is a derivative of the .m4 file.
|
||||
// The m4 file needs to be processed by m4 to generate the .y bison file.
|
||||
//
|
||||
// m4 -P
|
||||
//
|
||||
|
||||
/**
|
||||
* This is bison grammar and productions for parsing all versions of the
|
||||
* GLSL shading languages.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue