Skip to main content

GLESShader

The GLESShader class extends the Shader class to specialize in managing shaders for OpenGLES. It provides methods to attach the shader to a program, retrieve the shader type, and get the shader ID for integration with OpenGLES.

#include <platform/TellusimShader.h>

Inheritance

Constructors

GLESShader()

Methods

bool attachShader(uint32_t program_id)
uint32_t getShaderType() const
uint32_t getShaderID() const