mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/hlsl: Store SM1 constant dcls on the vsir_program.
This commit is contained in:
committed by
Henri Verbeet
parent
7abf3c3a37
commit
9a564872c5
Notes:
Henri Verbeet
2024-09-04 18:48:04 +02:00
Approved-by: Elizabeth Figura (@zfigura) Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/941
@@ -1028,6 +1028,7 @@ struct hlsl_ctx
|
||||
{
|
||||
uint32_t index;
|
||||
struct hlsl_vec4 value;
|
||||
struct vkd3d_shader_location loc;
|
||||
} *regs;
|
||||
size_t count, size;
|
||||
} constant_defs;
|
||||
|
Reference in New Issue
Block a user