Python Primer for the Impatient
Python Primer
for the Impatient
Lua Primer for the Impatient
Lua Primer
for the Impatient
OpenGL interpolation qualifiers (GLSL)
OpenGL interpolation
qualifiers (GLSL)
GLSL Hacker - Pixel hacking with GLSL, Lua and Python under Windows, Linux and Mac OSX
GLSL Hacker 0.5.0
 
OpenGL 4 Tessellation on Mac OS X
OpenGL 4 Tessellation
on Mac OS X
GpuTest 0.4.0 - Cross Platform OpenGL Benchmark for Windows, OS X and Linux
GpuTest 0.4.0 for Windows
Mac OS X and Linux

Posts Tagged ‘vertex shader’


How to Compute the Position in a Vertex Shader (GLSL, Part 3, the end…)

1 comment - What do you think?  Posted by JeGX - 2011/11/15 at 07:59

Categories: OpenGL, Programming, Tutorial   Tags: , , , , , , , , , , ,

GLSL, vertex shader, position

Read more…


How to Compute the Position and Normal in the Vertex Shader in OpenGL (GLSL) and Direct3D (HLSL)

8 comments - What do you think?  Posted by JeGX - 2011/10/26 at 14:56

Categories: Game Development, HowTo, Microsoft DirectX, OpenGL, Tutorial   Tags: , , , , , , , , , , , , ,

How to... Compute the Position and Normal in the Vertex Shader in OpenGL and Direct3D

Read more…


Free Online Book: “Programming Vertex, Geometry and Pixel Shaders”

Be the first to comment - What do you think?  Posted by JeGX - 2008/12/30 at 17:56

Categories: Game Development, Microsoft DirectX, Programming   Tags: , , , , , , , ,

Programming Vertex, Geometry and Pixel Shaders


Read more…


NVIDIA ShaderPerf 2

Be the first to comment - What do you think?  Posted by JeGX - 2008/06/19 at 08:45

Categories: Microsoft DirectX, OpenGL, Programming   Tags: , , , , , , , , , , , ,

NVIDIA ShaderPerf is a command-line shader profiling utility and C API that reports detailed shader performance metrics for a wide range of GPUs.

ShaderPerf wokrs with GLSL vertex and fragment programs, HLSL vertex and pixel shaders and Cg shaders.

ShaderPerf 2.0 includes several new features:
* GeForce 8 series support
* Pixel Shader Differencing
* Vertex Shader Analysis

ShaderPerf outputs the following for any shader that you analyze:
* Cycle count
* Register usage
* Driver-optimized shader instruction list
* Vertex and pixel throughput estimates

More information and download HERE.

Read more…


Shader Maker

Be the first to comment - What do you think?  Posted by JeGX - 2008/05/12 at 16:26

Categories: 3D, Game Development, Programming   Tags: , , , , , ,

[English]
Shader Maker is a simple, cross-platform GLSL editor. It works on Windows, Linux, and Mac OS X. It provides the basics of a shader editor, such that students can get started with writing their own shaders as quickly as possible. This includes: syntax highlighting in the GLSL editors; geometry shader editor (as well as vertex and fragment shader editors, of course); interactive editing of the uniform variables; light source parameters; pre-defined simple shapes (e.g., torus et al.) and a simple OBJ loader; and a few more.
[/English]

[French]
Shader Maker est un editeur GLSL multi-plateformes (Windows, Linux et MacOS). Il inclue la coloration syntaxique, des éditeurs pour les vertex, geometry et pixel shaders, édition interactives des variables uniformes.
[/French]