mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:07:35 +00:00
LibGLSL: Add LibGLSL
This adds a new library, LibGLSL for parsing and compiling GLSL programs to LibGPU IR. Currently the compiler consists only of stubs.
This commit is contained in:
parent
5f0eb812ac
commit
67b2f8d68d
10 changed files with 139 additions and 1 deletions
|
@ -23,6 +23,7 @@ add_subdirectory(LibFileSystemAccessClient)
|
|||
add_subdirectory(LibGemini)
|
||||
add_subdirectory(LibGfx)
|
||||
add_subdirectory(LibGL)
|
||||
add_subdirectory(LibGLSL)
|
||||
add_subdirectory(LibGPU)
|
||||
add_subdirectory(LibGUI)
|
||||
add_subdirectory(LibHTTP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue