Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
vkd3d
Manage
Activity
Members
Labels
Plan
Wiki
Bugzilla
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
wine
vkd3d
Commits
f68c1b13
Commit
f68c1b13
authored
7 years ago
by
Henri Verbeet
Browse files
Options
Downloads
Patches
Plain Diff
include: Add texture dimension constants.
parent
c633a87d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/d3d12.idl
+7
-0
7 additions, 0 deletions
include/d3d12.idl
with
7 additions
and
0 deletions
include/d3d12.idl
+
7
−
0
View file @
f68c1b13
...
...
@@ -35,6 +35,13 @@ const UINT D3D12_DEFAULT_STENCIL_WRITE_MASK = 0xff;
const
UINT
D3D12_DESCRIPTOR_RANGE_OFFSET_APPEND
=
0
xffffffff
;
cpp_quote
(
"#define D3D12_FLOAT32_MAX (3.402823466e+38f)"
)
const
UINT
D3D12_IA_VERTEX_INPUT_RESOURCE_SLOT_COUNT
=
32
;
const
UINT
D3D12_REQ_MIP_LEVELS
=
15
;
const
UINT
D3D12_REQ_TEXTURE1D_ARRAY_AXIS_DIMENSION
=
2048
;
const
UINT
D3D12_REQ_TEXTURE1D_U_DIMENSION
=
16384
;
const
UINT
D3D12_REQ_TEXTURE2D_ARRAY_AXIS_DIMENSION
=
2048
;
const
UINT
D3D12_REQ_TEXTURE2D_U_OR_V_DIMENSION
=
16384
;
const
UINT
D3D12_REQ_TEXTURE3D_U_V_OR_W_DIMENSION
=
2048
;
const
UINT
D3D12_REQ_TEXTURECUBE_DIMENSION
=
16384
;
const
UINT
D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES
=
0
xffffffff
;
const
UINT
D3D12_SHADER_COMPONENT_MAPPING_MASK
=
0
x7
;
const
UINT
D3D12_SHADER_COMPONENT_MAPPING_SHIFT
=
3
;
...
...
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