Tao.OpenGl SDK Documentation

Gl.glFramebufferTextureFaceEXT Method 

[Visual Basic]
Public Shared Sub glFramebufferTextureFaceEXT( _
   ByVal target As Integer, _
   ByVal attachment As Integer, _
   ByVal texture As Integer, _
   ByVal level As Integer, _
   ByVal face As Integer _
)
[C#]
public static void glFramebufferTextureFaceEXT(
   int target,
   int attachment,
   int texture,
   int level,
   int face
);

See Also

Gl Class | Tao.OpenGl Namespace