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
Merge requests
!1002
vkd3d: Fix few typos in the comments.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
vkd3d: Fix few typos in the comments.
nsivov/vkd3d:typos
into
master
Overview
0
Commits
3
Pipelines
3
Changes
10
Merged
Nikolay Sivov
requested to merge
nsivov/vkd3d:typos
into
master
7 months ago
Overview
0
Commits
3
Pipelines
3
Changes
10
Expand
Signed-off-by: Nikolay Sivov
nsivov@codeweavers.com
Merge request reports
Compare
master
version 1
e6d00de6
7 months ago
master (base)
and
latest version
latest version
b9e894f2
3 commits,
7 months ago
version 1
e6d00de6
3 commits,
7 months ago
10 files
+
17
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
include/vkd3d_d3d12.idl
+
1
−
1
Options
@@ -3260,7 +3260,7 @@ interface ID3D12Device : ID3D12Object
D3D12_DESCRIPTOR_HEAP_TYPE
descriptor_heap_type
)
;
D3D12_RESOURCE_ALLOCATION_INFO
GetResourceAllocationInfo
(
UINT
visible_mask
,
UINT
reource_desc_count
,
const
D3D12_RESOURCE_DESC
*
resource_descs
)
;
UINT
re
s
ource_desc_count
,
const
D3D12_RESOURCE_DESC
*
resource_descs
)
;
D3D12_HEAP_PROPERTIES
GetCustomHeapProperties
(
UINT
node_mask
,
D3D12_HEAP_TYPE
heap_type
)
;
Loading