Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
6cfeced8
Commit
6cfeced8
authored
Oct 20, 2017
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Non-functional: missing comments from missed git add.
parent
1b46f137
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ParseHelper.h
glslang/MachineIndependent/ParseHelper.h
+4
-4
No files found.
glslang/MachineIndependent/ParseHelper.h
View file @
6cfeced8
...
@@ -210,10 +210,10 @@ protected:
...
@@ -210,10 +210,10 @@ protected:
TSwizzleSelectors
<
TVectorSelector
>&
);
TSwizzleSelectors
<
TVectorSelector
>&
);
// Manage the global uniform block (default uniforms in GLSL, $Global in HLSL)
// Manage the global uniform block (default uniforms in GLSL, $Global in HLSL)
TVariable
*
globalUniformBlock
;
// the actual block, inserted into the symbol table
TVariable
*
globalUniformBlock
;
// the actual block, inserted into the symbol table
unsigned
int
globalUniformBinding
;
unsigned
int
globalUniformBinding
;
// the block's binding number
unsigned
int
globalUniformSet
;
unsigned
int
globalUniformSet
;
// the block's set number
int
firstNewMember
;
// the index of the first member not yet inserted into the symbol table
int
firstNewMember
;
// the index of the first member not yet inserted into the symbol table
// override this to set the language-specific name
// override this to set the language-specific name
virtual
const
char
*
getGlobalUniformBlockName
()
const
{
return
""
;
}
virtual
const
char
*
getGlobalUniformBlockName
()
const
{
return
""
;
}
virtual
void
setUniformBlockDefaults
(
TType
&
)
const
{
}
virtual
void
setUniformBlockDefaults
(
TType
&
)
const
{
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment