Click or drag to resize
SoGLCacheContextElement Methods

The SoGLCacheContextElement type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAreMipMapsFast

true if mip-mapped textures are known to be fast.

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberExtSupported

This routine is pretty quick.

Public methodStatic memberGet

Gets the current context.

Public methodStatic memberGetClassStackIndex Obsolete.

Returns the stack id for this element.

Public methodStatic memberGetExtID

Methods to quickly figure out if an OpenGL extension is available at run-time.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodStatic memberGetIsRemoteRendering
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsCompileModeFaster

true if we think GL_COMPILE is faster than GL_COMPILE_AND_EXECUTE.

Public methodPop

Pops element.

(Inherited from SoElement.)
Public methodPush

Pushes element.

(Inherited from SoElement.)
Public methodStatic memberResetAutoCacheBits

Used by Separators to set/reset the auto-caching bits.

Public methodStatic memberSet

Sets the current context.

Public methodStatic memberSetAutoCacheBits

Used by Separators to set/reset the auto-caching bits.

Public methodStatic memberShouldAutoCache(SoState, SoGLCacheContextElementAutoCacheModes) Obsolete.

Called by nodes to say that they should/shouldn't be auto-cached (pass true if should, false if shouldn't, don't call this method at all if the node doesn't care):

Public methodStatic memberShouldAutoCache(SoState, Int32)

Called by nodes to say that they should/shouldn't be auto-cached (pass true if should, false if shouldn't, don't call this method at all if the node doesn't care):

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also