Building Worlds With Distance Functions in GLSL (Raymarching)
Distance functions
Raymarching (GLSL)
Shadertoy To GLSL Hacker Demos
Shadertoy to
GLSL Hacker demos
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
 

Posts Tagged ‘vertex program’


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…