Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
angle
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
angle
Commits
9fe6f984
Commit
9fe6f984
authored
Jun 24, 2013
by
Nicolas Capens
Committed by
Shannon Woods
Jul 19, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implemented 3D sampler HLSL translation.
TRAC #23365 Signed-off-by: Jamie Madill Signed-off-by: Shannon Woods Author: Nicolas Capens
parent
da07535f
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
OutputHLSL.cpp
src/compiler/OutputHLSL.cpp
+0
-0
OutputHLSL.h
src/compiler/OutputHLSL.h
+10
-0
No files found.
src/compiler/OutputHLSL.cpp
View file @
9fe6f984
This diff is collapsed.
Click to expand it.
src/compiler/OutputHLSL.h
View file @
9fe6f984
...
...
@@ -101,6 +101,12 @@ class OutputHLSL : public TIntermTraverser
bool
mUsesTexture2DProj
;
bool
mUsesTexture2DProj_bias
;
bool
mUsesTexture2DProjLod
;
bool
mUsesTexture3D
;
bool
mUsesTexture3D_bias
;
bool
mUsesTexture3DLod
;
bool
mUsesTexture3DProj
;
bool
mUsesTexture3DProj_bias
;
bool
mUsesTexture3DProjLod
;
bool
mUsesTextureCube
;
bool
mUsesTextureCube_bias
;
bool
mUsesTextureCubeLod
;
...
...
@@ -108,6 +114,10 @@ class OutputHLSL : public TIntermTraverser
bool
mUsesTexture2DLod0_bias
;
bool
mUsesTexture2DProjLod0
;
bool
mUsesTexture2DProjLod0_bias
;
bool
mUsesTexture3DLod0
;
bool
mUsesTexture3DLod0_bias
;
bool
mUsesTexture3DProjLod0
;
bool
mUsesTexture3DProjLod0_bias
;
bool
mUsesTextureCubeLod0
;
bool
mUsesTextureCubeLod0_bias
;
bool
mUsesFragColor
;
...
...
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