Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GraphiX
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
GraphiX
Compare revisions
021b541c13058b5d7a1e7b3342483536f1b3e0cc to fd27b586381e6272686558c5fc8376e93b913fef
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
sip/graphix
Select target project
No results found
fd27b586381e6272686558c5fc8376e93b913fef
Select Git revision
Branches
NvAPI
master
2 results
Swap
Target
sip/graphix
Select target project
sip/graphix
1 result
021b541c13058b5d7a1e7b3342483536f1b3e0cc
Select Git revision
Branches
NvAPI
master
2 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source
1
Updated common; fixed for >=vs2015
· fd27b586
D-AIRY
authored
Mar 30, 2020
fd27b586
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
sdks/common
+1
-1
1 addition, 1 deletion
sdks/common
source/dx11/GXDevice.cpp
+1
-1
1 addition, 1 deletion
source/dx11/GXDevice.cpp
source/dx11/GXDevice.h
+3
-0
3 additions, 0 deletions
source/dx11/GXDevice.h
with
5 additions
and
2 deletions
common
@
cc34760a
Compare
b6479250
...
cc34760a
Subproject commit
b6479250e6741c645d0dfac8467b116f00afad8d
Subproject commit
cc34760a0f9dc08eaa9db29930f96c9697a7e975
This diff is collapsed.
Click to expand it.
source/dx11/GXDevice.cpp
View file @
fd27b586
#
include
"GXDevice.h"
#include
"GXDevice.h"
#include
"GXIndexBuffer.h"
#include
"GXVertexBuffer.h"
...
...
This diff is collapsed.
Click to expand it.
source/dx11/GXDevice.h
View file @
fd27b586
...
...
@@ -15,6 +15,9 @@
#pragma comment(lib, "d3dx11.lib")
#pragma comment(lib, "DxErr.lib")
#pragma comment(lib, "d3dcompiler.lib")
#if _MSC_VER >= 1900
# pragma comment(lib, "legacy_stdio_definitions.lib")
#endif
enum
GX_LOG
...
...
This diff is collapsed.
Click to expand it.