Function ggez::graphics::clear_shader[][src]

pub fn clear_shader(ctx: &mut Context)

Clears the the current shader for the Context, restoring the default shader.

However, calling this and then dropping a ShaderLock will still set the shader to whatever was set when the ShaderLock was created.