public void BindTexture(TextureObject texture)
 {
     GlitzAPI.glitz_context_bind_texture(Handle, texture.Handle);
 }