mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
st/mesa: change glsl_to_tgsi_visitor from class to struct
To match the declaration in the .h file and silence an MSVC warning. Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
80b3dfa704
commit
75f2ccf3a2
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ public:
|
|||
st_src_reg return_reg;
|
||||
};
|
||||
|
||||
class glsl_to_tgsi_visitor : public ir_visitor {
|
||||
struct glsl_to_tgsi_visitor : public ir_visitor {
|
||||
public:
|
||||
glsl_to_tgsi_visitor();
|
||||
~glsl_to_tgsi_visitor();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue