mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
remove unnecessary Swizzle parameter from struct (forgotten when the code was refactored)
This commit is contained in:
parent
28569c25f6
commit
11543624ed
1 changed files with 0 additions and 1 deletions
|
|
@ -32,7 +32,6 @@ struct atifragshader_dst_register
|
|||
GLuint Index;
|
||||
GLuint dstMod;
|
||||
GLuint dstMask;
|
||||
GLuint Swizzle;
|
||||
};
|
||||
|
||||
#define ATI_FRAGMENT_SHADER_COLOR_OP 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue