mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-17 19:20:30 +01:00
mesa: use gl_texture_index type for gl_program::SamplerTargets
This commit is contained in:
parent
fa6299cb31
commit
2050baba96
1 changed files with 1 additions and 1 deletions
|
|
@ -1799,7 +1799,7 @@ struct gl_program
|
|||
/** Map from sampler unit to texture unit (set by glUniform1i()) */
|
||||
GLubyte SamplerUnits[MAX_SAMPLERS];
|
||||
/** Which texture target is being sampled (TEXTURE_1D/2D/3D/etc_INDEX) */
|
||||
GLubyte SamplerTargets[MAX_SAMPLERS];
|
||||
gl_texture_index SamplerTargets[MAX_SAMPLERS];
|
||||
|
||||
/** Logical counts */
|
||||
/*@{*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue