mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/hlsl: Parse SamplerComparisonState objects.
This commit is contained in:
committed by
Alexandre Julliard
parent
efe107d231
commit
7c94705c54
Notes:
Alexandre Julliard
2023-05-29 22:32:35 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Zebediah Figura (@zfigura) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/206
@@ -5148,6 +5148,10 @@ type_no_void:
|
||||
{
|
||||
$$ = ctx->builtin_types.sampler[HLSL_SAMPLER_DIM_GENERIC];
|
||||
}
|
||||
| KW_SAMPLERCOMPARISONSTATE
|
||||
{
|
||||
$$ = ctx->builtin_types.sampler[HLSL_SAMPLER_DIM_COMPARISON];
|
||||
}
|
||||
| KW_SAMPLER1D
|
||||
{
|
||||
$$ = ctx->builtin_types.sampler[HLSL_SAMPLER_DIM_1D];
|
||||
|
||||
Reference in New Issue
Block a user