Package gaiasky.util.gdx.shader.provider
Class RelativisticShaderProvider
java.lang.Object
gaiasky.util.gdx.shader.provider.BaseIntShaderProvider
gaiasky.util.gdx.shader.provider.DefaultIntShaderProvider
gaiasky.util.gdx.shader.provider.RelativisticShaderProvider
- All Implemented Interfaces:
IObserver
,IntShaderProvider
-
Field Summary
Fields inherited from class gaiasky.util.gdx.shader.provider.BaseIntShaderProvider
shaders
-
Constructor Summary
ConstructorDescriptionRelativisticShaderProvider
(com.badlogic.gdx.files.FileHandle vertexShader, com.badlogic.gdx.files.FileHandle fragmentShader) RelativisticShaderProvider
(String vertexFile, String fragmentFile, String vertexShader, String fragmentShader) -
Method Summary
Methods inherited from class gaiasky.util.gdx.shader.provider.BaseIntShaderProvider
dispose, getShader, notify
-
Field Details
-
config
-
-
Constructor Details
-
RelativisticShaderProvider
-
RelativisticShaderProvider
-
RelativisticShaderProvider
public RelativisticShaderProvider(com.badlogic.gdx.files.FileHandle vertexShader, com.badlogic.gdx.files.FileHandle fragmentShader) -
RelativisticShaderProvider
public RelativisticShaderProvider()
-
-
Method Details
-
createShader
- Overrides:
createShader
in classDefaultIntShaderProvider
-