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