SoGLObjectCache Constructor (SoGLDisplayListTypes, Boolean, Int32) |
Namespace: OIV.Inventor.CachesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoGLObjectCache(
SoGLDisplayListTypes type,
bool sharable,
int numToAllocate
)
Public Sub New (
type As SoGLDisplayListTypes,
sharable As Boolean,
numToAllocate As Integer
)
public:
SoGLObjectCache(
SoGLDisplayListTypes type,
bool sharable,
int numToAllocate
)
new :
type : SoGLDisplayListTypes *
sharable : bool *
numToAllocate : int -> SoGLObjectCache
Parameters
- type
- Type: OIV.Inventor.OglObjectsSoGLDisplayListTypes
- sharable
- Type: SystemBoolean
- numToAllocate
- Type: SystemInt32
Remarks
See Also