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:
Dave Airlie 2017-09-03 21:20:35 +10:00
parent ff6123925c
commit 9e6b382142

View file

@ -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;
};