An Entity of Type: Abstraction100002137, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

The function of the vertex pipeline in any GPU is to take geometry data (usually supplied as vector points), work with it if needed with either fixed function processes (earlier DirectX), or a vertex shader program (later DirectX), and create all of the 3D data points in a scene to a 2D plane for display on a computer monitor. As of DirectX 9c, the vertex processor is able to do the following by programming the vertex processing under the Direct X API: * Displacement mapping * * * Point sprites *

Property Value
dbo:abstract
  • The function of the vertex pipeline in any GPU is to take geometry data (usually supplied as vector points), work with it if needed with either fixed function processes (earlier DirectX), or a vertex shader program (later DirectX), and create all of the 3D data points in a scene to a 2D plane for display on a computer monitor. It is possible to eliminate unneeded data from going through the rendering pipeline to cut out extraneous work (called view volume clipping and backface culling). After the vertex engine is done working with the geometry, all the 2D calculated data is sent to the pixel engine for further processing such as texturing and fragment shading. As of DirectX 9c, the vertex processor is able to do the following by programming the vertex processing under the Direct X API: * Displacement mapping * * * Point sprites * (en)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 4278455 (xsd:integer)
dbo:wikiPageLength
  • 1261 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1051194402 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
rdf:type
rdfs:comment
  • The function of the vertex pipeline in any GPU is to take geometry data (usually supplied as vector points), work with it if needed with either fixed function processes (earlier DirectX), or a vertex shader program (later DirectX), and create all of the 3D data points in a scene to a 2D plane for display on a computer monitor. As of DirectX 9c, the vertex processor is able to do the following by programming the vertex processing under the Direct X API: * Displacement mapping * * * Point sprites * (en)
rdfs:label
  • Vertex pipeline (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License