Click or drag to resize
SoGLBufferObjectSetTarget Method

Specify the buffer target, which defines possible usage of the buffer.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetTarget(
	SoGLBufferObjectBufferObjectTargets target
)

Parameters

target
Type: OIV.Inventor.DevicesSoGLBufferObjectBufferObjectTargets

The new target of the buffer.

Remarks

WARNING: The function setTarget must be called before any operation for which OpenGL requires the target to be specified.

See Also