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
83fe01e2
Commit
83fe01e2
authored
Nov 26, 2018
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SPV: non-functional: update to latest headers.
parent
0e6c82ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
spirv.hpp
SPIRV/spirv.hpp
+5
-1
revision.h
glslang/Include/revision.h
+1
-1
No files found.
SPIRV/spirv.hpp
View file @
83fe01e2
...
...
@@ -26,13 +26,14 @@
// the Binary Section of the SPIR-V specification.
// Enumeration tokens for SPIR-V, in various styles:
// C, C++, C++11, JSON, Lua, Python
// C, C++, C++11, JSON, Lua, Python
, C#
//
// - C will have tokens with a "Spv" prefix, e.g.: SpvSourceLanguageGLSL
// - C++ will have tokens in the "spv" name space, e.g.: spv::SourceLanguageGLSL
// - C++11 will use enum classes in the spv namespace, e.g.: spv::SourceLanguage::GLSL
// - Lua will use tables, e.g.: spv.SourceLanguage.GLSL
// - Python will use dictionaries, e.g.: spv['SourceLanguage']['GLSL']
// - C# will use enum classes in the Specification class located in the "Spv" namespace, e.g.: Spv.Specification.SourceLanguage.GLSL
//
// Some tokens act like mask values, which can be OR'd together,
// while others are mutually exclusive. The mask-like ones have
...
...
@@ -512,7 +513,9 @@ enum BuiltIn {
BuiltInMeshViewIndicesNV
=
5281
,
BuiltInBaryCoordNV
=
5286
,
BuiltInBaryCoordNoPerspNV
=
5287
,
BuiltInFragSizeEXT
=
5292
,
BuiltInFragmentSizeNV
=
5292
,
BuiltInFragInvocationCountEXT
=
5293
,
BuiltInInvocationsPerPixelNV
=
5293
,
BuiltInLaunchIdNV
=
5319
,
BuiltInLaunchSizeNV
=
5320
,
...
...
@@ -770,6 +773,7 @@ enum Capability {
CapabilityImageFootprintNV
=
5282
,
CapabilityFragmentBarycentricNV
=
5284
,
CapabilityComputeDerivativeGroupQuadsNV
=
5288
,
CapabilityFragmentDensityEXT
=
5291
,
CapabilityShadingRateNV
=
5291
,
CapabilityGroupNonUniformPartitionedNV
=
5297
,
CapabilityShaderNonUniformEXT
=
5301
,
...
...
glslang/Include/revision.h
View file @
83fe01e2
// This header is generated by the make-revision script.
#define GLSLANG_PATCH_LEVEL 299
2
#define GLSLANG_PATCH_LEVEL 299
7
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