ViewportQuad

ViewportQuad

new ViewportQuad

DOC_TBA

Members

enableBlending

DOC_TBA

renderState

DOC_TBA

Methods

destroy

Destroys the WebGL resources held by this object. Destroying an object allows for deterministic release of WebGL resources, instead of relying on the garbage collector to destroy this object.

Once an object is destroyed, it should not be used; calling any function other than isDestroyed will result in a DeveloperError exception. Therefore, assign the return value (undefined) to the object as done in the example.

Throws:
DeveloperError : This object was destroyed, i.e., destroy() was called.
Returns:
Example
quad = quad && quad.destroy();
See:

getDestroyFramebuffer

DOC_TBA

getDestroyTexture

DOC_TBA

getFramebuffer

DOC_TBA

getRectangle

DOC_TBA

getTexture

DOC_TBA

isDestroyed

Returns true if this object was destroyed; otherwise, false.

If this object was destroyed, it should not be used; calling any function other than isDestroyed will result in a DeveloperError exception.

Returns:
Boolean True if this object was destroyed; otherwise, false.
See:

setDestroyFramebuffer

DOC_TBA

setDestroyTexture

DOC_TBA

setFramebuffer

DOC_TBA

setRectangle

DOC_TBA

Parameters:
Name Type Description
value BoundingRectangle DOC_TBA

setTexture

DOC_TBA