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
67c7bc40
Commit
67c7bc40
authored
Mar 24, 2020
by
Neslisah Torosdagli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.travis updated to origin, rayQueryCheck removed
parent
7f689beb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
8 deletions
+1
-8
.travis.yml
.travis.yml
+1
-1
ParseHelper.cpp
glslang/MachineIndependent/ParseHelper.cpp
+0
-6
ParseHelper.h
glslang/MachineIndependent/ParseHelper.h
+0
-1
No files found.
.travis.yml
View file @
67c7bc40
...
...
@@ -43,7 +43,7 @@ addons:
packages
:
-
clang-3.6
install
:
travis_wait 30 mvn install
install
:
# Make sure that clang-3.6 is selected on Linux.
-
if [[ "$TRAVIS_OS_NAME" == "linux" && "$CC" == "clang" ]]; then
export CC=clang-3.6 CXX=clang++-3.6;
...
...
glslang/MachineIndependent/ParseHelper.cpp
View file @
67c7bc40
...
...
@@ -3259,11 +3259,6 @@ void TParseContext::accStructCheck(const TSourceLoc& loc, const TType& type, con
}
void
TParseContext
::
rayQueryCheck
(
const
TSourceLoc
&
loc
,
const
TType
&
type
,
const
TString
&
identifier
)
{
return
;
}
#endif // GLSLANG_WEB
void
TParseContext
::
transparentOpaqueCheck
(
const
TSourceLoc
&
loc
,
const
TType
&
type
,
const
TString
&
identifier
)
...
...
@@ -6511,7 +6506,6 @@ TIntermNode* TParseContext::declareVariable(const TSourceLoc& loc, TString& iden
#ifndef GLSLANG_WEB
atomicUintCheck
(
loc
,
type
,
identifier
);
accStructCheck
(
loc
,
type
,
identifier
);
rayQueryCheck
(
loc
,
type
,
identifier
);
checkAndResizeMeshViewDim
(
loc
,
type
,
/*isBlockMember*/
false
);
#endif
if
(
type
.
getQualifier
().
storage
==
EvqConst
&&
type
.
containsReference
())
{
...
...
glslang/MachineIndependent/ParseHelper.h
View file @
67c7bc40
...
...
@@ -360,7 +360,6 @@ public:
void
samplerCheck
(
const
TSourceLoc
&
,
const
TType
&
,
const
TString
&
identifier
,
TIntermTyped
*
initializer
);
void
atomicUintCheck
(
const
TSourceLoc
&
,
const
TType
&
,
const
TString
&
identifier
);
void
accStructCheck
(
const
TSourceLoc
&
loc
,
const
TType
&
type
,
const
TString
&
identifier
);
void
rayQueryCheck
(
const
TSourceLoc
&
loc
,
const
TType
&
type
,
const
TString
&
identifier
);
void
transparentOpaqueCheck
(
const
TSourceLoc
&
,
const
TType
&
,
const
TString
&
identifier
);
void
memberQualifierCheck
(
glslang
::
TPublicType
&
);
void
globalQualifierFixCheck
(
const
TSourceLoc
&
,
TQualifier
&
);
...
...
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