mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
mesa/mtypes: repack gl_sampler_object.
160->152. Reviewed-by: Thomas Helland <thomashelland90@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
ff6123925c
commit
9e6b382142
1 changed files with 1 additions and 1 deletions
|
|
@ -990,8 +990,8 @@ struct gl_sampler_object
|
|||
GLboolean CubeMapSeamless; /**< GL_AMD_seamless_cubemap_per_texture */
|
||||
|
||||
/** GL_ARB_bindless_texture */
|
||||
struct util_dynarray Handles;
|
||||
bool HandleAllocated;
|
||||
struct util_dynarray Handles;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue