MCPcopy Create free account
hub / github.com/Tencent/tgfx / GLShaderModule

Method GLShaderModule

src/gpu/opengl/GLShaderModule.h:26–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24class GLShaderModule : public GPUShaderModule {
25 public:
26 explicit GLShaderModule(unsigned shader) : _shader(shader) {
27 }
28
29 unsigned shader() const {
30 return _shader;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected