MonobjcMonobjc Documented Class Library
ReleaseRenderedTextureForCGLContext Method (name, cgl_ctx)
NamespacesMonobjc.QuartzIQCPlugInOutputImageProviderReleaseRenderedTextureForCGLContext(UInt32, IntPtr)

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
C#Visual BasicVisual C++
void ReleaseRenderedTextureForCGLContext(
	uint name,
	IntPtr cgl_ctx
)
Sub ReleaseRenderedTextureForCGLContext ( _
	name As UInteger, _
	cgl_ctx As IntPtr _
)
void ReleaseRenderedTextureForCGLContext(
	unsigned int name, 
	IntPtr cgl_ctx
)
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)