st/mesa: s/unsigned/enum tgsi_semantic/ st_cb_drawpixels.c
Reviewed-by: Mathias Fröhlich <mathias.froehlich@web.de> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
@@ -196,7 +196,7 @@ static void *
|
||||
make_passthrough_vertex_shader(struct st_context *st,
|
||||
GLboolean passColor)
|
||||
{
|
||||
const unsigned texcoord_semantic = st->needs_texcoord_semantic ?
|
||||
const enum tgsi_semantic texcoord_semantic = st->needs_texcoord_semantic ?
|
||||
TGSI_SEMANTIC_TEXCOORD : TGSI_SEMANTIC_GENERIC;
|
||||
|
||||
if (!st->drawpix.vert_shaders[passColor]) {
|
||||
|
||||
Reference in New Issue
Block a user