summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGLSL/LinkedShader.h
AgeCommit message (Collapse)Author
2022-12-17LibGLSL: Fill LinkedShaders with dummy IR codeStephan Unverwerth
2022-12-17LibGLSL: Add LibGLSLStephan Unverwerth
This adds a new library, LibGLSL for parsing and compiling GLSL programs to LibGPU IR. Currently the compiler consists only of stubs.