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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sip
engine
Commits
ae91b346
Commit
ae91b346
authored
Mar 29, 2020
by
D-AIRY
Browse files
Options
Downloads
Patches
Plain Diff
Updated GraphiX; fixed x86
parent
e869636c
No related branches found
No related tags found
1 merge request
!6
Version X.7.0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
sdks/graphix
+1
-1
1 addition, 1 deletion
sdks/graphix
source/gui/DOMdocument.h
+3
-0
3 additions, 0 deletions
source/gui/DOMdocument.h
source/render/ShadowCache.h
+2
-0
2 additions, 0 deletions
source/render/ShadowCache.h
with
6 additions
and
1 deletion
graphix
@
8fea2cca
Compare
ba53de8d
...
8fea2cca
Subproject commit
ba53de8d7bdd800a61385ab1ac05533e2b9c7224
Subproject commit
8fea2cca97848bbb2e2235cbeee14b32bef59b3f
This diff is collapsed.
Click to expand it.
source/gui/DOMdocument.h
+
3
−
0
View file @
ae91b346
...
...
@@ -19,6 +19,9 @@ namespace gui
void
pushMatrix
(
const
SMMATRIX
&
m
);
void
popMatrix
();
SMMATRIX
getCurrentMatrix
();
SX_ALIGNED_OP_MEM2
();
protected
:
CDesktopStack
*
m_pDesktopStack
;
SMMATRIX
m_result
;
...
...
This diff is collapsed.
Click to expand it.
source/render/ShadowCache.h
+
2
−
0
View file @
ae91b346
...
...
@@ -21,6 +21,8 @@ public:
CShadowCache
(
IXRenderPipeline
*
pRenderPipeline
,
IXMaterialSystem
*
pMaterialSystem
);
~
CShadowCache
();
SX_ALIGNED_OP_MEM2
();
//! Установка количества лампочек, инициализация кэша
void
setLightsCount
(
UINT
iPoints
,
UINT
iSpots
,
bool
hasGlobal
);
...
...
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