Remove object label in `Cache`

`glObjectLabel` is not widely supported.
This commit is contained in:
Héctor Ramón Jiménez 2020-06-27 02:42:32 +02:00
parent 3f16838d6d
commit 398ddc74a0
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@ impl Cache {
gl.bind_texture(glow::TEXTURE_2D, Some(handle)); gl.bind_texture(glow::TEXTURE_2D, Some(handle));
#[cfg(debug_assertions)]
gl.object_label(glow::TEXTURE, handle, Some("Glyph cache"));
gl.tex_parameter_i32( gl.tex_parameter_i32(
glow::TEXTURE_2D, glow::TEXTURE_2D,
glow::TEXTURE_WRAP_S, glow::TEXTURE_WRAP_S,