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
fc017379
Commit
fc017379
authored
Jun 07, 2019
by
Canon lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
code format refine
parent
a137d2ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
iomapper.cpp
glslang/MachineIndependent/iomapper.cpp
+11
-9
No files found.
glslang/MachineIndependent/iomapper.cpp
View file @
fc017379
...
...
@@ -166,7 +166,9 @@ struct TNotifyInOutAdaptor
{
EShLanguage
stage
;
TIoMapResolver
&
resolver
;
inline
TNotifyInOutAdaptor
(
EShLanguage
s
,
TIoMapResolver
&
r
)
:
stage
(
s
),
resolver
(
r
)
inline
TNotifyInOutAdaptor
(
EShLanguage
s
,
TIoMapResolver
&
r
)
:
stage
(
s
)
,
resolver
(
r
)
{
}
...
...
@@ -888,15 +890,15 @@ void TDefaultGlslIoResolver::reserverResourceSlot(TVarEntryInfo& ent, TInfoSink&
//TDefaultGlslIoResolver end
/*
* Basic implementation of glslang::TIoMapResolver that replaces the
* previous offset behavior.
* It does the same, uses the offsets for the corresponding uniform
* types. Also respects the EOptionAutoMapBindings flag and binds
* them if needed.
*/
* Basic implementation of glslang::TIoMapResolver that replaces the
* previous offset behavior.
* It does the same, uses the offsets for the corresponding uniform
* types. Also respects the EOptionAutoMapBindings flag and binds
* them if needed.
*/
/*
* Default resolver
*/
* Default resolver
*/
struct
TDefaultIoResolver
:
public
TDefaultIoResolverBase
{
TDefaultIoResolver
(
const
TIntermediate
&
intermediate
)
:
TDefaultIoResolverBase
(
intermediate
)
{
}
...
...
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