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
!1057
vkd3d-shader/hlsl: Parse ConstructGSWithSO() and minor fixes.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
vkd3d-shader/hlsl: Parse ConstructGSWithSO() and minor fixes.
fcasas/vkd3d:stateblock_experiments_4_part2
into
master
Overview
11
Commits
5
Pipelines
4
Changes
12
2 unresolved threads
Hide all comments
Merged
Francisco Casas
requested to merge
fcasas/vkd3d:stateblock_experiments_4_part2
into
master
6 months ago
Overview
11
Commits
5
Pipelines
4
Changes
12
2 unresolved threads
Hide all comments
Expand
Merge request reports
Compare
master
version 2
7c4543a9
6 months ago
version 1
abf9b201
6 months ago
master (base)
and
latest version
latest version
ffc14494
5 commits,
6 months ago
version 2
7c4543a9
5 commits,
6 months ago
version 1
abf9b201
5 commits,
6 months ago
12 files
+
203
−
47
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
libs/vkd3d-shader/fx.c
+
3
−
0
Options
@@ -570,6 +570,9 @@ static const char * get_fx_4_type_name(const struct hlsl_type *type)
case
HLSL_CLASS_VERTEX_SHADER
:
return
"VertexShader"
;
case
HLSL_CLASS_GEOMETRY_SHADER
:
return
"GeometryShader"
;
case
HLSL_CLASS_PIXEL_SHADER
:
return
"PixelShader"
;
Loading