SoGLRenderToBufferSetPixelFormat Method |
Sets the current pixel format.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic void SetPixelFormat(
int format
)
Public Sub SetPixelFormat (
format As Integer
)
public:
void SetPixelFormat(
int format
)
member SetPixelFormat :
format : int -> unit
Parameters
- format
- Type: SystemInt32
RemarksThis 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