Click here to Skip to main content
15,891,006 members
Everything / Shaders

Shaders

Shaders

Great Reads

by Kenneth Haugland
Create HLSL files, compile them and use them in a WPF appliction. A light Shazzam Shader Editor tool for Visual Studio
by Simon Jackson
HLSL Development Cookbook Review
by Simon Jackson
This sturdy reference is a nice comparison to the previous HLSL cookbook I reviewed earlier.
by Bartlomiej Filipek
A little guide about modern OpenGL and why it gives us so much value.

Latest Articles

by Bartlomiej Filipek
A little guide about modern OpenGL and why it gives us so much value.
by Kenneth Haugland
Create HLSL files, compile them and use them in a WPF appliction. A light Shazzam Shader Editor tool for Visual Studio
by Bartlomiej Filipek
Review of a very interesting book about Modern OpenGL Application Development.
by Simon Jackson
HLSL Development Cookbook Review

All Articles

Sort by Score

Shaders 

10 Sep 2015 by Kenneth Haugland
Create HLSL files, compile them and use them in a WPF appliction. A light Shazzam Shader Editor tool for Visual Studio
19 Sep 2013 by Simon Jackson
HLSL Development Cookbook Review
3 Sep 2013 by Simon Jackson
This sturdy reference is a nice comparison to the previous HLSL cookbook I reviewed earlier.
3 Apr 2015 by Svetlozar Iliev
Hello. In my OpenGL program i have multiple shaders for multiple types of models,terrains or lamps. As up until now i had 1 shader class which was able to handle all of type of shaders. But i had to find the variable ID of each variable every time i wanted to load up something in it. Then i saw...
5 Apr 2015 by KarstenK
you should read and about Polymorphism to use it you should avoid ANY OpenGL which you can cachean abstract class cant have instances, it is an interface.Use for the shader a global instance and for your textures an so on some array or list mechanism.Tip: read about OpenGL and how the...
12 Apr 2018 by Member 13755707
Hey, I need to know how to add shaders to my game. So, for example, I have tried some DirectX wrappers where you just drag and drop the d3d9.dll, or d3d8.dll and the ini file to your game directory of choice and you can add support for stuff like anti alies hdr lighting bloom ect.. I need to...
12 Apr 2018 by Member 13755707
my code below I need to bind a shader to my program... My code below has no shader code only code for my menu hook only 'gui interface" #include "MenuClass.h" oReset pReset; oEndScene pEndScene; QmoMenu dMenu; LPDIRECT3DDEVICE9 g_pDevice = 0; int xFontOffSet = 15; int hackopt1; int...
12 Apr 2018 by KarstenK
It isnt a simple task that you want to do, but some high skilled software. You need to learn the basics about HDR Lighting and Displays. Maybe that HDRCubeMap sample shows you some useful techniques. You are at the start of a big journey ;-)
30 Oct 2018 by simarmannsingh
I have to display text. For that, I am trying to follow this[1] tutorial to display the text. As mentioned in the tutorial, I've linked the libraries and there seem to be no error in linking of the library. So here is the structure of my application. The entry point of my project is...
30 Oct 2018 by Seal2002
Just one point I see in your code, that is your projection in the FontRenderer is bigger than your viewport. I also suggest you should init VAO, VBO inside the FontRenderer instead via the variable. I also use the freetype for render the text and it is fine. I will send you the link demo if you...
7 Jan 2023 by Richard MacCutchan
Check the documentation and samples at Three.js – JavaScript 3D Library[^].
20 Sep 2015 by Bartlomiej Filipek
A little guide about modern OpenGL and why it gives us so much value.
28 Apr 2014 by Bartlomiej Filipek
Review of a very interesting book about Modern OpenGL Application Development.
22 Feb 2013 by Asif Bahrainwala
HPC via Compute Shaders (GPGPU).
6 Jun 2014 by Madhan Mohan Reddy P
Hi,I am using shaders in QT 5.2. I am following phong shading model.When I compile my shading code, it is showing some errors like ERROR: 0:70: '
4 Jun 2015 by Muhamad Faizan Khan
I am trying to learn Shader programming using ShaderLab and CG in UNITY. Is there any step by step FREE guide (videos/book/tutorial)available ?Please don't recommend me NVIDIA CG tutorials (it is in much much descriptive and difficult to understand) and **unity official site** (there is no...
30 Oct 2018 by simarmannsingh
Thanks @Seal2002. I really appreciate it. It is working fine now. :)
7 Jan 2023 by AORUS FF
# How to a create an effect How to a create an effect in threejs that looks like this by writing custom shaders IMAGEIMAGE ALSO colors are animating with glowing effect I SEE this on...