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
48dc5872
Commit
48dc5872
authored
Jul 30, 2017
by
John Kessenich
Committed by
GitHub
Jul 30, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1005 from LoopDawg/remove-unused
HLSL: Non-functional: warning fix + remove unused member
parents
a58cc9ff
7a3cef10
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
hlslParseHelper.cpp
hlsl/hlslParseHelper.cpp
+0
-1
hlslParseHelper.h
hlsl/hlslParseHelper.h
+0
-1
No files found.
hlsl/hlslParseHelper.cpp
View file @
48dc5872
...
...
@@ -7553,7 +7553,6 @@ TIntermNode* HlslParseContext::executeInitializer(const TSourceLoc& loc, TInterm
TType
skeletalType
;
skeletalType
.
shallowCopy
(
variable
->
getType
());
skeletalType
.
getQualifier
().
makeTemporary
();
TIntermAggregate
*
initializerList
=
nullptr
;
if
(
initializer
->
getAsAggregate
()
&&
initializer
->
getAsAggregate
()
->
getOp
()
==
EOpNull
)
initializer
=
convertInitializerList
(
loc
,
skeletalType
,
initializer
,
nullptr
);
if
(
initializer
==
nullptr
)
{
...
...
hlsl/hlslParseHelper.h
View file @
48dc5872
...
...
@@ -374,7 +374,6 @@ protected:
TVector
<
TSymbol
*>
ioArraySymbolResizeList
;
TMap
<
int
,
TFlattenData
>
flattenMap
;
TVector
<
int
>
flattenLevel
;
// nested postfix operator level for flattening
// IO-type map. Maps a pure symbol-table form of a structure-member list into
// each of the (up to) three kinds of IO, as each as different allowed decorations,
...
...
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