minetest/client/shaders/nodes_shader
sfan5 a6293b9861 Initial refactoring on shader usage and generation
`IShaderSource` was designed with the idea that if you want a shader,
you must want it for a node. So it depends heavily on being given a tile
material and the node drawtype. But this doesn't make sense neither in theory
nor in practice.
This commit takes a small step towards removing the incorrect abstraction.
2024-12-20 15:04:08 +01:00
..
opengl_fragment.glsl Initial refactoring on shader usage and generation 2024-12-20 15:04:08 +01:00
opengl_vertex.glsl Initial refactoring on shader usage and generation 2024-12-20 15:04:08 +01:00