Click or drag to resize
SoGLRenderToBufferSetPixelFormat Method

Sets the current pixel format.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void SetPixelFormat(
	int format
)

Parameters

format
Type: SystemInt32
Remarks

This method allows an application to set a pixel format that has extended attributes that can't be specified in a PFD struct. The specified format must support OpenGL and drawing to a pbuffer.

See Also