Well, i'm newbie here, and i'm looking for a good example using GLSL / Fragment Anyone can help me? Thanks byalex
OpenTK Example Browser -> GL -> First Shader. Check the CreateShader method.
You can find the actual shaders on disk under OpenTK/1.0/Source/Examples/Data/Shaders.
Thanks!
Comments
Re: GLSL - Framgment
OpenTK Example Browser -> GL -> First Shader. Check the CreateShader method.
You can find the actual shaders on disk under OpenTK/1.0/Source/Examples/Data/Shaders.
Re: GLSL - Framgment
Thanks!