gShaderReplacer
Shader debugger
Software that enables shader replacement and debugging in OpenGL applications
OpenGL proxy dll for shader replacement and debugging
2 stars
2 watching
0 forks
Language: C
last commit: about 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
azhirnov/glsl_trace | A library for debugging and profiling shaders in graphics rendering applications | 32 |
dfranx/shaderdebugger | A C++ library for debugging and inspecting GLSL and HLSL shaders at runtime. | 326 |
lukasbanana/mentalgl | A utility library to review entire OpenGL render state | 23 |
graphitemaster/deshade | A tool for inspecting and modifying shaders in OpenGL or Vulkan applications without recompiling the application. | 30 |
google/graphicsfuzz | A set of tools to automatically find and simplify bugs in graphics shader compilers | 569 |
sleexyz/hylogen | A system for generating and compiling GLSL shaders in Haskell | 481 |
deanthecoder/glslshadershrinker | Automates optimization and reformatted GLSL shader code to reduce size while preserving readability | 98 |
jwurzer/glslscene | A tool for testing and developing GLSL shader programs with features like hot reloading, GUI editing, C scripting, and OpenGL configuration. | 16 |
tgjones/shader-playground | A website and toolset for exploring and analyzing shader compilers and their output formats. | 586 |
tgjones/hlsltools | An extension for Visual Studio that enhances support for editing High Level Shading Language (HLSL) files. | 569 |
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 |
nomoresleep/hlslparser | Translates legacy shader code to modern OpenGL and Metal shading languages | 3 |
khronosgroup/glsl | Maintains and develops the GLSL shading language specification and extensions used in graphics rendering. | 345 |
msqrt/shader-printf | A debugging tool for GLSL shaders by injecting printf-like functionality directly into shader code. | 236 |