public static void FramebufferTextureFace(Version32 target, Version32 attachment,
                                           uint texture, int level, Version32 face)
 {
     Arb.FramebufferTextureFace((FramebufferTarget)target,
                                (FramebufferAttachment)attachment, texture, level, (TextureTarget)face);
 }