mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/hlsl: Parse the RestartStrip() method for stream outputs.
This commit is contained in:
Notes:
Henri Verbeet
2025-04-23 18:18:33 +02:00
Approved-by: Elizabeth Figura (@zfigura) Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1458
@@ -898,6 +898,7 @@ enum hlsl_resource_store_type
|
||||
{
|
||||
HLSL_RESOURCE_STORE,
|
||||
HLSL_RESOURCE_STREAM_APPEND,
|
||||
HLSL_RESOURCE_STREAM_RESTART,
|
||||
};
|
||||
|
||||
struct hlsl_ir_resource_store
|
||||
|
Reference in New Issue
Block a user