mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/fx: Remove the unused fx_4_fxlc_argument type.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
This commit is contained in:
committed by
Henri Verbeet
parent
bf92190924
commit
590ea03255
Notes:
Henri Verbeet
2025-06-16 17:49:09 +02:00
Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1570
@@ -4790,13 +4790,6 @@ static const char *get_fxlc_opcode_name(uint32_t opcode)
|
||||
return "<unrecognized>";
|
||||
}
|
||||
|
||||
struct fx_4_fxlc_argument
|
||||
{
|
||||
uint32_t flags;
|
||||
uint32_t reg_type;
|
||||
uint32_t address;
|
||||
};
|
||||
|
||||
struct fx_4_ctab_entry
|
||||
{
|
||||
uint32_t name;
|
||||
|
Reference in New Issue
Block a user