Click or drag to resize
SoGLRenderToBufferReleaseTexImage Method (Boolean)

Releases the Pbuffer from the current texture object.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public bool ReleaseTexImage(
	bool bindDepth
)

Parameters

bindDepth
Type: SystemBoolean

Return Value

Type: Boolean
Remarks

Required before rendering again. If bindDepth is set to true, releases the depth buffer instead of the color buffer

See Also