Releases the previously copied texture. (required)
Original signature is '- (void) releaseRenderedTexture:(GLuint)name forCGLContext:(CGLContextObj)cgl_ctx'
Available in Mac OS X v10.5 and later.

Declaration Syntax
void ReleaseRenderedTextureForCGLContext(
uint name,
IntPtr cgl_ctx
)
Sub ReleaseRenderedTextureForCGLContext ( _
name As UInteger, _
cgl_ctx As IntPtr _
)

Parameters
- name (UInt32)
- The name of the previously bound texture.
- cgl_ctx (IntPtr)
- The CGL context.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.Quartz (Module: Monobjc.Quartz)