glslang front-end: track column numbers (they don't go anywhere yet, just get tracked). Andrew Woloszyn <awoloszyn@google.com>.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31506 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
edadf45605
commit
47632b7aaf
6 changed files with 32 additions and 10 deletions
|
|
@ -87,9 +87,8 @@ namespace glslang {
|
|||
class TPpToken {
|
||||
public:
|
||||
TPpToken() : token(0), ival(0), space(false), dval(0.0), atom(0)
|
||||
{
|
||||
loc.line = 0;
|
||||
loc.string = 0;
|
||||
{
|
||||
loc.init();
|
||||
name[0] = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue