Package jme3tools.shader
Class ShaderDebug
java.lang.Object
jme3tools.shader.ShaderDebug
Static tool box class for convenient methods to help debug shaders
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringformatShaderSource(String source) Prepend line numbers to the source code of a shader, for output.
- 
Method Details- 
formatShaderSourcePrepend line numbers to the source code of a shader, for output.- Parameters:
- source- the source
- Returns:
- the formatted source code
 
 
-