hello everyone !
how u doing ?
have a way to add Shader [GLSL/HLSL] on sprites ??
is it possible add glsl/hlsl shaders on sprite ?
- skinkairewalker
- Addict

- Posts: 824
- Joined: Fri Dec 04, 2015 9:26 pm
Re: is it possible add glsl/hlsl shaders on sprite ?
Using PureBasic 6.21 on:
- Win-11 on x64 XEON
- Mint Linux on x64 i3 and on x64 i5
- MacOS Monterey on x64 MacBook Pro
- Various Raspberry Pi's
- skinkairewalker
- Addict

- Posts: 824
- Joined: Fri Dec 04, 2015 9:26 pm
Re: is it possible add glsl/hlsl shaders on sprite ?
I ended up forgetting that I had already asked...
xD
-
threedslider
- Enthusiast

- Posts: 521
- Joined: Sat Feb 12, 2022 7:15 pm
Re: is it possible add glsl/hlsl shaders on sprite ?
@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 !
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 !

