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
895275e3
Commit
895275e3
authored
Aug 11, 2016
by
Dan Baker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Standalone: Changing some comments and user strings
parent
c6ede893
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
StandAlone.cpp
StandAlone/StandAlone.cpp
+2
-3
No files found.
StandAlone/StandAlone.cpp
View file @
895275e3
...
...
@@ -244,7 +244,7 @@ void ProcessArguments(int argc, char* argv[])
argv
++
;
}
else
Error
(
"no <
target
> specified for -T"
);
Error
(
"no <
stage
> specified for -T"
);
break
;
case
'G'
:
Options
|=
EOptionSpv
;
...
...
@@ -270,7 +270,6 @@ void ProcessArguments(int argc, char* argv[])
case
'e'
:
// HLSL todo: entry point handle needs much more sophistication.
// This is okay for one compilation unit with one entry point.
// dankbaker - not sure it needs to be, fxc has no more sophistication then this
entryPointName
=
argv
[
1
];
if
(
argc
>
0
)
{
argc
--
;
...
...
@@ -793,7 +792,7 @@ void usage()
" -E print pre-processed GLSL; cannot be used with -l;
\n
"
" errors will appear on stderr.
\n
"
" -S <stage> uses explicit stage specified, rather then the file extension.
\n
"
" valid choices are vert,
tesc, tese,geom, rag,
comp
\n
"
" valid choices are vert,
tesc, tese, geom, frag, or
comp
\n
"
" -c configuration dump;
\n
"
" creates the default configuration file (redirect to a .conf file)
\n
"
" -C cascading errors; risks crashes from accumulation of error recoveries
\n
"
...
...
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