glsl_trace
Shader debugger
A library for debugging and profiling shaders in graphics rendering applications
Library for shader debugging and profiling for Vulkan and OpenGL
32 stars
2 watching
4 forks
Language: C++
last commit: over 1 year ago
Linked from 1 awesome list
cplusplusopenglvulkan-api
Related projects:
Repository | Description | Stars |
---|---|---|
psycholns/gshaderreplacer | Software that enables shader replacement and debugging in OpenGL applications | 2 |
dfranx/shaderdebugger | A C++ library for debugging and inspecting GLSL and HLSL shaders at runtime. | 326 |
msqrt/shader-printf | A debugging tool for GLSL shaders by injecting printf-like functionality directly into shader code. | 236 |
google/graphicsfuzz | A set of tools to automatically find and simplify bugs in graphics shader compilers | 569 |
jwurzer/glslscene | A tool for testing and developing GLSL shader programs with features like hot reloading, GUI editing, C scripting, and OpenGL configuration. | 16 |
lukasbanana/mentalgl | A utility library to review entire OpenGL render state | 23 |
fordhurley/glsl-grapher | Visualizes the structure and behavior of GLSL shader functions in a graphical interface. | 26 |
axmolengine/glslcc | A cross-compiler tool that converts GLSL shader code to various graphics pipeline languages | 4 |
aras-p/hlsl2glslfork | Translates Direct3D 9 style HLSL to GLSL shader language | 558 |
jaredloomis/andromeda | A Haskell-based library for writing and compiling OpenGL shaders | 76 |
ustymukhman/vite-plugin-glsl | A plugin for Vite that simplifies the management of GLSL shader files in web applications. | 321 |
khronosgroup/glsl | Maintains and develops the GLSL shading language specification and extensions used in graphics rendering. | 345 |
nomoresleep/hlslparser | Translates legacy shader code to modern OpenGL and Metal shading languages | 3 |
glslify/glslify | A module system for GLSL shaders | 2,215 |
deanthecoder/glslshadershrinker | Automates optimization and reformatted GLSL shader code to reduce size while preserving readability | 98 |