mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
wined3d: Downgrade a FIXME to a TRACE.
This commit is contained in:
parent
2ce5eca6a5
commit
bcfa7dcf7d
@ -1779,7 +1779,7 @@ UINT numberOfvertices, UINT numberOfIndicies, GLenum glPrimType, const void *idx
|
||||
GLint errPos;
|
||||
IWineD3DVertexDeclarationImpl *vertexDeclaration;
|
||||
|
||||
FIXME("Using vertex shader\n");
|
||||
TRACE("Using vertex shader\n");
|
||||
|
||||
/* Bind the vertex program */
|
||||
GL_EXTCALL(glBindProgramARB(GL_VERTEX_PROGRAM_ARB, ((IWineD3DVertexShaderImpl *)This->stateBlock->vertexShader)->prgId));
|
||||
|
Loading…
Reference in New Issue
Block a user