Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Glossary:DirectX"

From PCGamingWiki, the wiki about fixing PC games
(Redirected page to Microsoft Windows#DirectX)
Line 1: Line 1:
#REDIRECT [[Microsoft_Windows#DirectX]]
+
{{Infobox
 +
|cover          = Microsoft-DirectX-Logo-wordmark.svg
 +
}}
 +
 
 +
DirectX is a collection of application programming interfaces (APIs) created by Microsoft for [[Microsoft Windows]]. It is the main competitor against [[OpenGL]].
 +
 
 +
== Components ==
 +
=== Direct3D ===
 +
Direct3D renders 3D graphics whilst prioritising performance.
 +
=== Direct2D ===
 +
Direct2D renders 2D graphics and vectors. It can interoperate with Direct3D.
 +
=== DirectWrite ===
 +
DirectWrite renders text.
 +
=== DirectCompute ===
 +
DirectCompute supports general-purpose computing on graphics processing units.
 +
=== DirectX Media ===
 +
DirectX Media includes DirectAnimation, DirectShow, DirectX Transformation and Direct3D Retained Mode as-well as  DirectX plugins for audio signal processing and DirectX Video Acceleration.
 +
=== DirectX Graphics Infrastructure ===
 +
DirectX Graphics Infrastructure provides a mapping between graphics APIs and the graphics kernal.
 +
 
 +
== Complementing Software ==
 +
=== DirectSetup ===
 +
Checks for the newest version of DirectX and installs the latest version.
 +
=== DirectX Diagnostics ===
 +
A tool for diagnosing and generating reports on components related to DirectX.
 +
 
 +
[[Category:Windows]] [[Category:Guide]]

Revision as of 17:44, 25 February 2013

Template:Infobox

DirectX is a collection of application programming interfaces (APIs) created by Microsoft for Microsoft Windows. It is the main competitor against OpenGL.

Components

Direct3D

Direct3D renders 3D graphics whilst prioritising performance.

Direct2D

Direct2D renders 2D graphics and vectors. It can interoperate with Direct3D.

DirectWrite

DirectWrite renders text.

DirectCompute

DirectCompute supports general-purpose computing on graphics processing units.

DirectX Media

DirectX Media includes DirectAnimation, DirectShow, DirectX Transformation and Direct3D Retained Mode as-well as DirectX plugins for audio signal processing and DirectX Video Acceleration.

DirectX Graphics Infrastructure

DirectX Graphics Infrastructure provides a mapping between graphics APIs and the graphics kernal.

Complementing Software

DirectSetup

Checks for the newest version of DirectX and installs the latest version.

DirectX Diagnostics

A tool for diagnosing and generating reports on components related to DirectX.