ch.kuramo.javie.api
インタフェース IShaderSourceFactory


public interface IShaderSourceFactory


メソッドの概要
 java.lang.String[] getAttach()
           
 java.lang.String getName()
           
 java.lang.String[] getSource()
           
 ShaderType getType()
           
 boolean isProgram()
           
 

メソッドの詳細

getName

java.lang.String getName()

getType

ShaderType getType()

isProgram

boolean isProgram()

getAttach

java.lang.String[] getAttach()

getSource

java.lang.String[] getSource()