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
b60e067b
Commit
b60e067b
authored
Aug 06, 2020
by
johnkslang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SPV: Fix #1829: don't emit OpModuleProcessed use-storage-buffer
parent
695e1de8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
spv.debugInfo.1.1.frag.out
Test/baseResults/spv.debugInfo.1.1.frag.out
+0
-1
localintermediate.h
glslang/MachineIndependent/localintermediate.h
+1
-5
No files found.
Test/baseResults/spv.debugInfo.1.1.frag.out
View file @
b60e067b
...
@@ -90,7 +90,6 @@ void main()
...
@@ -90,7 +90,6 @@ void main()
ModuleProcessed "suppress-warnings"
ModuleProcessed "suppress-warnings"
ModuleProcessed "hlsl-offsets"
ModuleProcessed "hlsl-offsets"
ModuleProcessed "entry-point main"
ModuleProcessed "entry-point main"
ModuleProcessed "use-storage-buffer"
Decorate 24(inv) Location 0
Decorate 24(inv) Location 0
Decorate 52(outv) Location 0
Decorate 52(outv) Location 0
MemberDecorate 53(S) 0 Offset 0
MemberDecorate 53(S) 0 Offset 0
...
...
glslang/MachineIndependent/localintermediate.h
View file @
b60e067b
...
@@ -494,11 +494,7 @@ public:
...
@@ -494,11 +494,7 @@ public:
void
addSymbolLinkageNodes
(
TIntermAggregate
*&
linkage
,
EShLanguage
,
TSymbolTable
&
);
void
addSymbolLinkageNodes
(
TIntermAggregate
*&
linkage
,
EShLanguage
,
TSymbolTable
&
);
void
addSymbolLinkageNode
(
TIntermAggregate
*&
linkage
,
const
TSymbol
&
);
void
addSymbolLinkageNode
(
TIntermAggregate
*&
linkage
,
const
TSymbol
&
);
void
setUseStorageBuffer
()
void
setUseStorageBuffer
()
{
useStorageBuffer
=
true
;
}
{
useStorageBuffer
=
true
;
processes
.
addProcess
(
"use-storage-buffer"
);
}
bool
usingStorageBuffer
()
const
{
return
useStorageBuffer
;
}
bool
usingStorageBuffer
()
const
{
return
useStorageBuffer
;
}
void
setDepthReplacing
()
{
depthReplacing
=
true
;
}
void
setDepthReplacing
()
{
depthReplacing
=
true
;
}
bool
isDepthReplacing
()
const
{
return
depthReplacing
;
}
bool
isDepthReplacing
()
const
{
return
depthReplacing
;
}
...
...
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