Commit 0c2479e3 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

wined3d: Remove inaccurate comments.

parent bffc232d
......@@ -4573,9 +4573,6 @@ static void shader_glsl_ret(const struct wined3d_shader_instruction *ins)
}
}
/*********************************************
* Pixel Shader Specific Code begins here
********************************************/
static void shader_glsl_tex(const struct wined3d_shader_instruction *ins)
{
DWORD shader_version = WINED3D_SHADER_VERSION(ins->ctx->reg_maps->shader_version.major,
......@@ -5577,10 +5574,6 @@ static void shader_glsl_input_pack(const struct wined3d_shader *shader, struct w
}
}
/*********************************************
* Vertex Shader Specific Code begins here
********************************************/
static void add_glsl_program_entry(struct shader_glsl_priv *priv, struct glsl_shader_prog_link *entry)
{
struct glsl_program_key key;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment