wined3d: Fix a comment.

This was actually broken by 122af07a30.
This commit is contained in:
Henri Verbeet 2009-06-23 09:05:34 +02:00 committed by Alexandre Julliard
parent f0e8307566
commit 114b5bdefb
1 changed files with 1 additions and 1 deletions

View File

@ -2308,7 +2308,6 @@ static void shader_hw_sincos(const struct wined3d_shader_instruction *ins)
}
}
/* GL locking is done by the caller */
static void shader_hw_sgn(const struct wined3d_shader_instruction *ins)
{
SHADER_BUFFER *buffer = ins->ctx->buffer;
@ -2655,6 +2654,7 @@ static void shader_hw_texldl(const struct wined3d_shader_instruction *ins)
shader_hw_sample(ins, sampler_idx, reg_dest, reg_coord, flags, NULL, NULL);
}
/* GL locking is done by the caller */
static GLuint create_arb_blt_vertex_program(const WineD3D_GL_Info *gl_info)
{
GLuint program_id = 0;