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
10110596
Commit
10110596
authored
Feb 07, 2016
by
John Kessenich
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #161 from ossy-szeged/master
Fix typo in an include guard.
parents
ba5685a3
f947debf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
spirv.hpp
SPIRV/spirv.hpp
+3
-4
No files found.
SPIRV/spirv.hpp
View file @
10110596
...
@@ -39,8 +39,8 @@
...
@@ -39,8 +39,8 @@
// "Mask" in their name, and a parallel enum that has the shift
// "Mask" in their name, and a parallel enum that has the shift
// amount (1 << x) for each corresponding enumerant.
// amount (1 << x) for each corresponding enumerant.
#ifndef spirv_H
#ifndef spirv_H
PP
#define spirv_H
#define spirv_H
PP
namespace
spv
{
namespace
spv
{
...
@@ -874,5 +874,4 @@ inline KernelProfilingInfoMask operator|(KernelProfilingInfoMask a, KernelProfil
...
@@ -874,5 +874,4 @@ inline KernelProfilingInfoMask operator|(KernelProfilingInfoMask a, KernelProfil
}
// end namespace spv
}
// end namespace spv
#endif // #ifndef spirv_H
#endif // #ifndef spirv_HPP
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