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
412ff6ea
Commit
412ff6ea
authored
Apr 13, 2019
by
Christoph Kubisch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor naming cleanup
parent
55ba3eaf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
StandAlone.cpp
StandAlone/StandAlone.cpp
+1
-1
SymbolTable.h
glslang/MachineIndependent/SymbolTable.h
+1
-1
No files found.
StandAlone/StandAlone.cpp
View file @
412ff6ea
...
@@ -1525,7 +1525,7 @@ void usage()
...
@@ -1525,7 +1525,7 @@ void usage()
" --auto-map-locations | --aml automatically locate input/output lacking
\n
"
" --auto-map-locations | --aml automatically locate input/output lacking
\n
"
" 'location' (fragile, not cross stage)
\n
"
" 'location' (fragile, not cross stage)
\n
"
" --client {vulkan<ver>|opengl<ver>} see -V and -G
\n
"
" --client {vulkan<ver>|opengl<ver>} see -V and -G
\n
"
" --dump-builtin-symbols prints buil
int symbol table prior each stag
e
\n
"
" --dump-builtin-symbols prints buil
tin symbol table prior each compil
e
\n
"
" -dumpfullversion | -dumpversion print bare major.minor.patchlevel
\n
"
" -dumpfullversion | -dumpversion print bare major.minor.patchlevel
\n
"
" --flatten-uniform-arrays | --fua flatten uniform texture/sampler arrays to
\n
"
" --flatten-uniform-arrays | --fua flatten uniform texture/sampler arrays to
\n
"
" scalars
\n
"
" scalars
\n
"
...
...
glslang/MachineIndependent/SymbolTable.h
View file @
412ff6ea
...
@@ -116,7 +116,7 @@ public:
...
@@ -116,7 +116,7 @@ public:
}
}
virtual
int
getNumExtensions
()
const
{
return
extensions
==
nullptr
?
0
:
(
int
)
extensions
->
size
();
}
virtual
int
getNumExtensions
()
const
{
return
extensions
==
nullptr
?
0
:
(
int
)
extensions
->
size
();
}
virtual
const
char
**
getExtensions
()
const
{
return
extensions
->
data
();
}
virtual
const
char
**
getExtensions
()
const
{
return
extensions
->
data
();
}
virtual
void
dump
(
TInfoSink
&
infoSink
,
bool
pretty
=
false
)
const
=
0
;
virtual
void
dump
(
TInfoSink
&
infoSink
,
bool
complete
=
false
)
const
=
0
;
void
dumpExtensions
(
TInfoSink
&
infoSink
)
const
;
void
dumpExtensions
(
TInfoSink
&
infoSink
)
const
;
virtual
bool
isReadOnly
()
const
{
return
!
writable
;
}
virtual
bool
isReadOnly
()
const
{
return
!
writable
;
}
...
...
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