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
76577b1a
Commit
76577b1a
authored
Feb 21, 2019
by
Nico Weber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix -Wextra-semi warnings in headers used in Chromium
parent
58d6905e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
SpvTools.h
SPIRV/SpvTools.h
+2
-3
disassemble.h
SPIRV/disassemble.h
+1
-1
doc.h
SPIRV/doc.h
+1
-1
No files found.
SPIRV/SpvTools.h
View file @
76577b1a
...
...
@@ -75,6 +75,6 @@ void SpirvToolsLegalize(const glslang::TIntermediate& intermediate, std::vector<
#endif
}
;
// end namespace glslang
}
// end namespace glslang
#endif // GLSLANG_SPV_TOOLS_H
\ No newline at end of file
#endif // GLSLANG_SPV_TOOLS_H
SPIRV/disassemble.h
View file @
76577b1a
...
...
@@ -48,6 +48,6 @@ namespace spv {
// disassemble with glslang custom disassembler
void
Disassemble
(
std
::
ostream
&
out
,
const
std
::
vector
<
unsigned
int
>&
);
}
;
// end namespace spv
}
// end namespace spv
#endif // disassembler_H
SPIRV/doc.h
View file @
76577b1a
...
...
@@ -255,4 +255,4 @@ const char* AccessQualifierString(int attr);
void
PrintOperands
(
const
OperandParameters
&
operands
,
int
reservedOperands
);
}
;
// end namespace spv
}
// end namespace spv
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