javax.media.j3d
public interface ShaderErrorListener
VirtualUniverse.addShaderErrorListener(javax.media.j3d.ShaderErrorListener)
Modifier and Type | Method and Description |
---|---|
void |
errorOccurred(ShaderError error)
Invoked when an error occurs while compiling, linking or
executing a programmable shader.
|
void errorOccurred(ShaderError error)
error
- object that contains the details of the error.Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.