Page 1 of 1
is it possible add glsl/hlsl shaders on sprite ?
Posted: Mon Mar 10, 2025 11:01 pm
by skinkairewalker
hello everyone !
how u doing ?
have a way to add Shader [GLSL/HLSL] on sprites ??
Re: is it possible add glsl/hlsl shaders on sprite ?
Posted: Wed Mar 12, 2025 12:25 pm
by Skipper
Re: is it possible add glsl/hlsl shaders on sprite ?
Posted: Wed Mar 12, 2025 1:44 pm
by Fred
Re: is it possible add glsl/hlsl shaders on sprite ?
Posted: Thu Mar 13, 2025 12:24 am
by skinkairewalker
I ended up forgetting that I had already asked...
xD
Re: is it possible add glsl/hlsl shaders on sprite ?
Posted: Thu Mar 13, 2025 9:53 am
by threedslider
@skinkairewalker : Yes again it is possible
Read this pdf of GLSL documentation :
https://registry.khronos.org/OpenGL/spe ... c.4.60.pdf
And then learn it from this :
https://learnopengl.com/In-Practice/2D- ... ng-Sprites
Familiarize your GLSL code and experiment it
Happy coding !