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
!509
vkd3d-shader: Update the vkd3d_shader_scan() documentation.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
vkd3d-shader: Update the vkd3d_shader_scan() documentation.
hverbeet/vkd3d:for_upstream_1
into
master
Overview
0
Commits
1
Pipelines
3
Changes
1
Merged
Henri Verbeet
requested to merge
hverbeet/vkd3d:for_upstream_1
into
master
1 year ago
Overview
0
Commits
1
Pipelines
3
Changes
1
Expand
Merge request reports
Compare
master
version 1
6cfe0255
1 year ago
master (base)
and
latest version
latest version
803dfc12
1 commit,
1 year ago
version 1
6cfe0255
1 commit,
1 year ago
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
include/vkd3d_shader.h
+
3
−
1
Options
@@ -2148,12 +2148,14 @@ VKD3D_SHADER_API int vkd3d_shader_convert_root_signature(struct vkd3d_shader_ver
*
* Currently this function supports the following code types:
* - VKD3D_SHADER_SOURCE_DXBC_TPF
* - VKD3D_SHADER_SOURCE_D3D_BYTECODE
*
* \param compile_info A chained structure containing scan parameters.
* \n
* The
DXBC_TPF
scanner supports the following chained structures:
* The scanner supports the following chained structures:
* - vkd3d_shader_scan_descriptor_info
* - vkd3d_shader_scan_signature_info
* - vkd3d_shader_scan_combined_resource_sampler_info
* \n
* Although the \a compile_info parameter is read-only, chained structures
* passed to this function need not be, and may serve as output parameters,
Loading