Skip to main content

History: -Vertex Shader

Source of version: 5 (current)

Copy to clipboard
            {INCLUDE(page="ogrelex ext tpl")/}
---
__Vertex Shader__ - A small program, generally written in {LEX()}Assembly language{LEX}, {LEX()}Cg{LEX}, {LEX()}GLSL{LEX} or {LEX()}HLSL{LEX}, that performs per-{LEX()}vertex{LEX} operations on a {LEX()}mesh{LEX}. This program runs on the {LEX()}GPU{LEX} instead of on the {LEX()}CPU{LEX}.