Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine
Manage
Activity
Members
Labels
Plan
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sip
engine
Commits
46a2547a
Commit
46a2547a
authored
5 years ago
by
D-AIRY
Browse files
Options
Downloads
Patches
Plain Diff
Fixed alignment
parent
fe1a0e71
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
source/common
+1
-1
1 addition, 1 deletion
source/common
source/light/ShadowCache.h
+0
-1
0 additions, 1 deletion
source/light/ShadowCache.h
source/light/light.h
+2
-2
2 additions, 2 deletions
source/light/light.h
with
3 additions
and
4 deletions
common
@
84f4b39f
Compare
a887a31b
...
84f4b39f
Subproject commit
a887a31b4b9541a0997e9fa8ac34ad62977813fc
Subproject commit
84f4b39f550925479257f3032002e9aab2a5999e
This diff is collapsed.
Click to expand it.
source/light/ShadowCache.h
+
0
−
1
View file @
46a2547a
...
...
@@ -121,7 +121,6 @@ protected:
{
private:
IXRenderPipeline
*
m_pRenderPipeline
;
//! @fixme this should be properly aligned!
Array
<
T
>
m_aMaps
;
Array
<
T
*>
m_aMapsQueue
;
LIGHT_RENDER_TYPE
m_renderType
;
...
...
This diff is collapsed.
Click to expand it.
source/light/light.h
+
2
−
2
View file @
46a2547a
...
...
@@ -30,6 +30,8 @@ public:
CXLight
(
CLightSystem
*
pLightSystem
);
~
CXLight
();
SX_ALIGNED_OP_MEM2
();
LIGHT_TYPE
getType
();
float3
getColor
();
...
...
@@ -141,8 +143,6 @@ protected:
class
CXLightSun
:
public
CXLight
,
public
virtual
IXLightSun
{
public:
SX_ALIGNED_OP_MEM2
();
CXLightSun
(
CLightSystem
*
pLightSystem
);
~
CXLightSun
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment