mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/d3dbc: Assign unique register indices for VKD3DSPR_RASTOUT.
This commit is contained in:
committed by
Alexandre Julliard
parent
3f52fda8ad
commit
1ce7e3d8b1
Notes:
Alexandre Julliard
2024-01-04 23:09:22 +01:00
Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/527
@@ -956,6 +956,7 @@ enum vkd3d_shader_input_sysval_semantic
|
||||
};
|
||||
|
||||
#define SM1_COLOR_REGISTER_OFFSET 8
|
||||
#define SM1_RASTOUT_REGISTER_OFFSET 10
|
||||
|
||||
#define SIGNATURE_TARGET_LOCATION_UNUSED (~0u)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user