High Level Shader Language

The High Level Shader Language or High Level Shading Language (HLSL) is a proprietary shading language developed by Microsoft for use with the Microsoft Direct3D API. It is analogous to the GLSL shading language used with the OpenGL standard. It is the same as the Nvidia Cg shading language, as it was developed alongside it.

HLSL programs come in three forms, vertex shaders, geometry shaders, and pixel (or fragment) shaders. A vertex shader is executed for each vertex that is submitted by the application, and is primarily responsible for transforming the vertex from object space to view space, generating texture coordinates, and calculating lighting coefficients such as the vertex's tangent, binormal and normal vectors. When a group of vertices (normally 3, to form a triangle) come through the vertex shader, their output position is interpolated to form pixels within its area; this process is known as rasterisation. Each of these pixels comes through the pixel shader, whereby the resultant screen colour is calculated.

Optionally, an application using a Direct3D 10 interface and Direct3D 10 hardware may also specify a geometry shader. This shader takes as its input the three vertices of a triangle and uses this data to generate (or tessellate) additional triangles, which are each then sent to the rasterizer.

Famous quotes containing the words high, level and/or language:

    If there be no nobility of descent in a nation, all the more indispensable is it that there should be nobility of ascent—a character in them that bear rule, so fine and high and pure, that as men come within the circle of its influence, they involuntarily pay homage to that which is the one pre-eminent distinction, the Royalty of Virtue.
    Henry Codman Potter (1835–1908)

    Jealousy is indeed a poor medium to secure love, but it is a secure medium to destroy one’s self-respect. For jealous people, like dope-fiends, stoop to the lowest level and in the end inspire only disgust and loathing.
    Emma Goldman (1869–1940)

    After all, when you come right down to it, how many people speak the same language even when they speak the same language?
    Russell Hoban (b. 1925)