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
988cd676
Commit
988cd676
authored
Mar 30, 2020
by
ntfs.hard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unused var
parent
7fc409ee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
StandAlone.cpp
StandAlone/StandAlone.cpp
+0
-1
spirv-remap.cpp
StandAlone/spirv-remap.cpp
+0
-2
No files found.
StandAlone/StandAlone.cpp
View file @
988cd676
...
@@ -1139,7 +1139,6 @@ void CompileAndLinkShaderUnits(std::vector<ShaderCompUnit> compUnits)
...
@@ -1139,7 +1139,6 @@ void CompileAndLinkShaderUnits(std::vector<ShaderCompUnit> compUnits)
for
(
int
stage
=
0
;
stage
<
EShLangCount
;
++
stage
)
{
for
(
int
stage
=
0
;
stage
<
EShLangCount
;
++
stage
)
{
if
(
program
.
getIntermediate
((
EShLanguage
)
stage
))
{
if
(
program
.
getIntermediate
((
EShLanguage
)
stage
))
{
std
::
vector
<
unsigned
int
>
spirv
;
std
::
vector
<
unsigned
int
>
spirv
;
std
::
string
warningsErrors
;
spv
::
SpvBuildLogger
logger
;
spv
::
SpvBuildLogger
logger
;
glslang
::
SpvOptions
spvOptions
;
glslang
::
SpvOptions
spvOptions
;
if
(
Options
&
EOptionDebug
)
if
(
Options
&
EOptionDebug
)
...
...
StandAlone/spirv-remap.cpp
View file @
988cd676
...
@@ -334,8 +334,6 @@ int main(int argc, char** argv)
...
@@ -334,8 +334,6 @@ int main(int argc, char** argv)
if
(
outputDir
.
empty
())
if
(
outputDir
.
empty
())
usage
(
argv
[
0
],
"Output directory required"
);
usage
(
argv
[
0
],
"Output directory required"
);
std
::
string
errmsg
;
// Main operations: read, remap, and write.
// Main operations: read, remap, and write.
execute
(
inputFile
,
outputDir
,
opts
,
verbosity
);
execute
(
inputFile
,
outputDir
,
opts
,
verbosity
);
...
...
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