plug in _mesa_texstore_z24_s8()

This commit is contained in:
Brian Paul
2005-10-01 16:09:26 +00:00
parent 184a970722
commit 2794507289
+1 -1
View File
@@ -1107,7 +1107,7 @@ const struct gl_texture_format _mesa_texformat_z24_s8 = {
24, /* DepthBits */
8, /* StencilBits */
4, /* TexelBytes */
NULL/*_mesa_texstore_z24_s8*/, /* StoreTexImageFunc */
_mesa_texstore_z24_s8, /* StoreTexImageFunc */
NULL, /* FetchTexel1D */
NULL, /* FetchTexel2D */
NULL, /* FetchTexel3D */