IShader - dpw105f18/papago-api GitHub Wiki

defined in header "ishader.hpp"

class IShader;

IShader is an interface class for Shaders, it does not have any functions.

It is used internally in PapaGo API to keep track of Vertex and Fragment shaders.

Please see Parser documentation for code examples how to create vertex and fragment shaders.