Eulerian Smoke Simulation on the GPU
shaders/InVert.vs File Reference

A simple vertex shader that outputs the incoming vertex positions to the next processing stage. More...

Functions

void main (void)
 Vertex shader entry point.

Variables

attribute vec3 inPosition
 The incoming vertex positions.

Detailed Description

A simple vertex shader that outputs the incoming vertex positions to the next processing stage.

 All Classes Files Functions Variables