About: Direct3D

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

Direct3D is a graphics application programming interface (API) for Microsoft Windows. Part of DirectX, Direct3D is used to render three-dimensional graphics in applications where performance is important, such as games. Direct3D uses hardware acceleration if it is available on the graphics card, allowing for hardware acceleration of the entire 3D rendering pipeline or even only partial acceleration. Direct3D exposes the advanced graphics capabilities of 3D graphics hardware, including Z-buffering, W-buffering, stencil buffering, spatial anti-aliasing, alpha blending, color blending, mipmapping, texture blending, clipping, culling, atmospheric effects, perspective-correct texture mapping, programmable HLSL shaders and effects. Integration with other DirectX technologies enables Direct3D to

Property Value
dbo:abstract
  • Direct3D je v informatice specializované rozhraní (API), které je jednou z komponent DirectX. Direct3D nabízí aplikacím širokou škálu funkcí pro práci s 3D grafikou. Rozhraní je specifické pro operační systém Microsoft Windows a je tak alternativou multiplatformního rozhraní OpenGL. Direct3D se uplatňuje při programování grafických aplikací, které v reálném čase zobrazují 3D objekty (např. Google Earth, grafické uživatelské rozhraní Windows Aero, ale hlavně počítačové hry). Rozhraní Direct3D je ve svých jednotlivých verzích závislé na hardwarové podpoře grafické karty a liší se v podpoře některých nejnovějších funkcí např. podporovaném shader modelu (ale také ve výkonu). Přestože je Direct3D koncipováno jako hardwarově nezávislé rozhraní (využívá vrstvový model), nejsou nové funkce zpětně implementovány, takže program využívající novější verzi Direct3D vyžaduje novější hardware, který požadovanou verzi podporuje. (cs)
  • دايركت ثري دي (بالإنجليزية: Direct3D)‏ أحد مكونات المكتبة البرمجية دايركت إكس من شركة مايكروسوفت. والذي يقدم أساساً خدمات تخريج رسوميات ثلاثية الأبعاد بشكل لمبرمجي التطبيقات على نظم تشغيل ويندوز وإكس بوكس وإكس بوكس 360. كما هو الحال مع العديد من مكونات دايركت إكس الأخرى، يشكل دايركت ثري دي واجهة مزدوجة تتخذ موقعها بين مبرمج التطبيقات وكاتب برنامج تشغيل بطاقة العرض، مما يبسط مهمة التخاطب مع معالج بطاقة العرض بشكل كبير، حيث أن مبرمج التطبيقات لن يحتاج إلا أن يتعامل مع دايركت ثري دي كي يدعم كافة بطاقات العرض المتوافقة. ومن الجهة الأخرى لن يحتاج كاتب برنامج تشغيل بطاقة العرض سوى أن يستقبل أوامر دايركت ثري دي وأن يتعامل معها بشكل صحيح كي تعمل كافة التطبيقات على بطاقة العرض. ملاحظة 1. * في حالات معينة (كأن يتصرف برنامج التشغيل بشكل مخالف للمواصفات) يضطر مبرمج التطبيقات للتعرف على نوع بطاقة العرض وإصدار برنامج التشغيل للتعامل معهما بطريقة خاصة. (ar)
  • Direct3D ist eine Programmierschnittstelle (API) von Microsoft für 3D-Computergrafik. Direct3D ist ein Bestandteil von DirectX. Das 1992 von Servan Keondjian gegründete Unternehmen RenderMorphic wurde im Jahre 1995 von Microsoft gekauft, um dessen 3D-API Reality Labs zu Direct3D weiterzuentwickeln und 1996 in DirectX 2.0 zu integrieren. Keondjian leitete die Arbeiten und Doug Rabson agierte als Chefentwickler des Microsoft-Teams, das die 3D-API für Windows 95 entwickelte. Nach der Fertigstellung verließen Keondjian und Rabson das Unternehmen. Direct3D dient dazu, Windows-Anwendungen einen möglichst direkten Zugriff auf die Hardware eines Computers zu geben. Häufig verwendet wird Direct3D vor allem für Computerspiele, bei dem es mit dem plattform- und betriebssystemunabhängigen OpenGL konkurriert. Direct3D verwendet anders als OpenGL ein linkshändiges Koordinatensystem. Die lange Zeit eigenständige Programmierschnittstelle DirectDraw zur Programmierung von 2D-Computergrafik wurde mit DirectX 8.0 in Direct3D integriert. Für die Grafikausgabe existiert in Windows neben Direct3D auch das Graphics Device Interface (GDI). Das GDI stellt eine abstrahierte Programmierschnittstelle zur Verfügung, bei der es für den Programmierer etwa wenig Unterschied macht, ob auf einen Bildschirm oder auf einen Drucker gezeichnet wird. Diese Abstraktion macht die Ausgabe selbst allerdings deutlich langsamer, unter anderem deshalb, weil das GDI komplexe Zeichenbefehle aus Grundoperationen nachbilden muss. Im Gegensatz zu Direct3D kommt das GDI daher vorrangig zur Darstellung gewöhnlicher Desktopapplikationen zum Einsatz, die nicht allzu grafik-intensiv sind.Mittlerweile existieren auch weitere Grafikschnittstellen in Windows, wie z. B. GDI+ oder Direct2D. Mit Direct3D können Anwendungen dagegen an GDI vorbei direkt auf die Hardware zugreifen. Wenn ein Gerät einen komplexeren Befehl nicht unterstützt, so gibt Direct3D lediglich eine Fehlermeldung zurück. Es ist dann Aufgabe der Anwendung, auf diese Fehlermeldung adäquat zu reagieren – etwa durch Nachbildung des Befehls aus Grundoperationen, durch weniger detailgetreue Darstellung oder durch eine Fehlermeldung an den Anwender. Verschiedene Grafikkarten unterstützen Direct3D durch Gerätetreiber, welche die standardisierten API-Befehle von Direct3D auf die Grafikhardware abbilden. Dabei unterscheidet Direct3D zwischen initialisierenden und ausführenden Befehlen. Initialisierende Befehle konvertieren komplexere Datenstrukturen – wie etwa Texturen – in das grafikkarten-spezifische Format, ausführende Befehle zeigen die derart konvertierten Elemente an. Da das Initialisieren und Konvertieren von Elementen einige Zeit in Anspruch nehmen kann, ist es bei Spielen üblich, dies während des Ladens eines neuen Levels zu tun. Ausführende Befehle sind dagegen auf größtmögliche Geschwindigkeit optimiert. Moderne Grafikkarten stellen so genannte Hardware-Shader zur Verfügung. Diese Shader sind ausführbare Mini-Programme, welche zum Erzeugen von 3D-Effekten benutzt werden. Für die Programmierung der Shader definierte Microsoft eine eigene Maschinensprache, die von den beiden derzeit führenden Produzenten von Grafikchips, NVIDIA und AMD in ihren Chips überwiegend direkt unterstützt werden. Heutzutage werden aber vorwiegend Hochsprachen wie HLSL oder GLSL zur Shader-Programmierung genutzt. Direct3D erlaubt es, die verfügbaren Shader-Typen (Vertex-Shader, Pixel-Shader und Geometry-Shader) anzusteuern. (de)
  • Direct3D es parte de DirectX (conjunto de bibliotecas para multimedia) siendo propiedad de Microsoft. Consiste en una interfaz de programación de aplicaciones (API) para gráficos 3D. Está disponible para los sistemas Windows de 32 y 64 bits, así como para las consolas de la línea Xbox El objetivo de esta API es facilitar el manejo y trazado de entidades gráficas elementales, como líneas, polígonos y texturas, en cualquier aplicación que despliegue gráficos en 3D, así como efectuar de forma transparente transformaciones geométricas sobre dichas entidades. Direct3D provee también una interfaz transparente con el hardware de aceleración gráfica. Se usa principalmente en aplicaciones donde el rendimiento es fundamental, como los videojuegos, aprovechando el hardware de aceleración gráfica disponible en la tarjeta gráfica. El principal competidor de Direct3D es OpenGL y su sucesor Vulkan, desarrollado originalmente por Silicon Graphics Inc. (es)
  • Direct3D is a graphics application programming interface (API) for Microsoft Windows. Part of DirectX, Direct3D is used to render three-dimensional graphics in applications where performance is important, such as games. Direct3D uses hardware acceleration if it is available on the graphics card, allowing for hardware acceleration of the entire 3D rendering pipeline or even only partial acceleration. Direct3D exposes the advanced graphics capabilities of 3D graphics hardware, including Z-buffering, W-buffering, stencil buffering, spatial anti-aliasing, alpha blending, color blending, mipmapping, texture blending, clipping, culling, atmospheric effects, perspective-correct texture mapping, programmable HLSL shaders and effects. Integration with other DirectX technologies enables Direct3D to deliver such features as video mapping, hardware 3D rendering in 2D overlay planes, and even sprites, providing the use of 2D and 3D graphics in interactive media ties. Direct3D contains many commands for 3D computer graphics rendering; however, since version 8, Direct3D has superseded the DirectDraw framework and also taken responsibility for the rendering of 2D graphics. Microsoft strives to continually update Direct3D to support the latest technology available on 3D graphics cards. Direct3D offers full vertex software emulation but no pixel software emulation for features not available in hardware. For example, if software programmed using Direct3D requires pixel shaders and the video card on the user's computer does not support that feature, Direct3D will not emulate it, although it will compute and render the polygons and textures of the 3D models, albeit at a usually degraded quality and performance compared to the hardware equivalent. The API does include a Reference Rasterizer (or REF device), which emulates a generic graphics card in software, although it is too slow for most real-time 3D applications and is typically only used for debugging. A new real-time software rasterizer, WARP, designed to emulate the complete feature set of Direct3D 10.1, is included with Windows 7 and Windows Vista Service Pack 2 with the Platform Update; its performance is said to be on par with lower-end 3D cards on multi-core CPUs. As part of DirectX, Direct3D is available for Windows 95 and above, and is the base for the vector graphics API on the different versions of Xbox console systems. The Wine compatibility layer, a free software reimplementation of several Windows APIs, includes an implementation of Direct3D. Direct3D's main competitor is Khronos' OpenGL and its follow-on Vulkan. Fahrenheit was an attempt by Microsoft and SGI to unify OpenGL and Direct3D in the 1990s, but was eventually cancelled. (en)
  • Direct3D DirectX-en zati da, eta Microsoft-en APIa da. 3D-ko oinarrizko irudiak (bitmap) erabiltzen duen edozein aplikaziarentzako bideozko efektuak konbinatzeko, zein transformazio geometrikoak egiteko erraztasun oso aurreratuak eskaintzen dituen software multzoa da. Microsoftek asmatuta, Windows 95en erabiltzeko sortu zen, baina Windows 2000, Windows XP, Xbox eta Xbox 360 plataformentzako ere balio du. Goi mailako APIak 3Dkofuntzioak ditu egileak bere aplikazio grafikoetan erabiltzeko ( motore geometrikoak,...etb ). Beheko mailako APIak joko egileei bakoitzaren kodea erabiltzeko aukera ematen die, eta baita ere programaren abiadura hobetzeko hardware funtzioetara deitzeko. (eu)
  • Direct3D est une bibliothèque logicielle de la série Microsoft DirectX. Direct3D est utilisé uniquement dans les multiples systèmes d'exploitation Windows de Microsoft (Windows 95 et au-delà), ainsi que dans la Xbox. Direct3D sert à créer des graphismes en trois dimensions pour les applications où la performance est importante, comme les jeux vidéo. Direct3D permet également à des applications de fonctionner en plein écran, plutôt qu'intégrées dans une fenêtre, bien qu'elles puissent toujours tourner dans une fenêtre si elles sont programmées pour cette utilisation. Direct3D utilise l'accélération matérielle si elle est disponible à travers une carte graphique. Direct3D est une API 3D. C'est-à-dire qu'elle contient un grand nombre d'instructions pour l'affichage 3D, et très peu pour l'affichage 2D. Microsoft effectue des mises à jour continuelles de Direct3D pour permettre l'exploitation des dernières technologies disponibles sur les cartes graphiques 3D. Direct3D fournit une émulation logicielle complète pour les calculs concernant les sommets (vertex en anglais), mais aucune émulation logicielle pour les calculs concernant les pixels pour les fonctionnalités non disponibles au niveau matériel. Par exemple, si un logiciel programmé avec Direct3D nécessite des pixel shaders et que la carte graphique de l'ordinateur de l'utilisateur ne fournit pas cette fonctionnalité, Direct3D ne l'émulera pas. En conséquence, le programme s'arrêtera probablement avec un message d'erreur. Les concurrents de Direct3D sont les bibliothèques respectant le standard OpenGL. Il y a de nombreuses fonctionnalités et problèmes sur lesquels les partisans de l'une ou l'autre API sont en désaccord. (fr)
  • Direct3Dは、3Dグラフィックスを描画するためのAPIである。マイクロソフトのDirectXの一部であり、様々なWindows(主にWindows 95以上)で動作し、さらに、家庭用ゲーム機であるXboxシリーズ(初代Xbox、Xbox 360、Xbox One、Xbox Series X/S)のグラフィックスAPIのベースでもある。略称としてD3Dがよく使われる。 (ja)
  • 다이렉트3D(영어: Direct3D)는 마이크로소프트의 DirectX API에서 3차원 그래픽스 연산과 출력을 담당하는 부분이다. 마이크로소프트의 윈도우 운영 체제(윈도우 95 이상)에서만 작동하며, 엑스박스와 엑스박스 360 게임 콘솔의 그래픽 API로 사용되고 있다. 다이렉트3D와 비슷한 역할을 하는 API로는 OpenGL이 있으며 역할은 같지만 각자가 서로 다른 장단점을 가지고 있다. (ko)
  • Direct3D - komponent, część biblioteki DirectX firmy Microsoft, zajmująca się wyświetlaniem grafiki trójwymiarowej. Umożliwia wykorzystanie funkcji rysowania obiektów 3D oferowanych przez karty graficzne. (pl)
  • Direct3D is het grafische onderdeel van de DirectX-API van Microsoft. Direct3D heeft directe toegang tot de grafische kaart, indien aanwezig, op de computer, waardoor hardware-acceleratie mogelijk is. De grafische informatie uit een programma, voornamelijk vertexen en texturen, wordt door middel van een serie instructies naar de kaart gestuurd, die zorg draagt voor hardwarematig, dus zeer snel rendering van pixels op het beeldscherm. Direct3D kan zowel voor twee- als driedimensionale weergave worden gebruikt. (nl)
  • Direct3D é uma parte da API DirectX da empresa Microsoft. O Direct3D é disponibilizado apenas para as versões do sistema operacional Windows a partir do Windows 95. Também é a base para a API de gráficos tridimensionais dos consoles de videogame XBox e XBox 360. O Direct3D é usado para renderizar gráficos 3D em aplicações onde a performance é importante, como em jogos, ele também permite os programas serem executados em tela cheia e não apenas em janelas. Se a placa de vídeo possuir aceleração por hardware a biblioteca utiliza-a de forma a reduzir o trabalho da CPU. O Direct3D é uma API 3D, o que significa que ele possui diversos comandos para a renderização tridimensional. No entanto, desde a versão 8 da biblioteca, ele substituiu o e passou renderizar também gráficos 2D. Uma alternativa ao Direct3D é a API OpenGL. (pt)
  • Direct3D 10 (D3D10) — оновлений набір DirectX API (англ. application programming interface) функцій, 10-а версія Direct3D, наступник Direct3D 9. Direct3D 10 надає функції для взаємодії операційної системи і програм з драйверами відеокарти, підтримується апаратно відеокартами класу NV 8x00, ATI Radeon 2x00 і вище. Ці функції прив'язані до операційної системи в лінійці Windows і доступні в Windows Vista і Windows 7. Windows XP не підтримує DirectX 10 та старші версії. Частково D3D10 працює на відеокартах з підтримкою Direct3D 9. Офіційна фінальна версія вийшли 10 листопада 2006 року в складі Windows Vista. (uk)
  • Direct3D 10 — набор API функций для взаимодействия с видеокартой; поддерживается аппаратно видеокартами класса NV GeForce 8x00, ATI Radeon 2x00 и выше.Direct3D 10 (D3D10) — компонент интерфейса программирования приложений (англ. API) DirectX 10, 10-я версия Direct3D, преемник Direct3D 9. Direct3D 10 обеспечивает функции для взаимодействия операционной системы и приложений с драйверами видеокарты. Эти функции привязаны к операционной системе в линейке Windows и доступны в Windows Vista и Windows 7 . Частично D3D10 работает на видеокартах уровня Direct3D 9. Официальная финальная версия вышла 10 ноября 2006 года в составе Windows Vista. Далее приведены ключевые особенности и отличия от Direct3D версии 9. (ru)
  • Direct3D(簡稱:D3D)是微軟公司在Microsoft Windows作業系統上所開發的一套3D繪圖編程介面,是DirectX的一部份,目前廣為各家顯示卡所支援。與OpenGL同為電腦繪圖軟體和電腦遊戲最常使用的兩套繪圖編程介面之一。 1995年2月,微软收购了英国的Rendermorphics公司,將RealityLab 2.0技术發展成Direct3D标准,並整合到Microsoft Windows中,Direct3D在DirectX 3.0開始出現。後來在DirectX 8.0發表時與DirectDraw編程介面合併並改名為DirectX Graphics。 (zh)
dbo:computingPlatform
dbo:developer
dbo:genre
dbo:latestReleaseDate
  • 2015-07-29 (xsd:date)
dbo:latestReleaseVersion
  • 12
dbo:operatingSystem
dbo:releaseDate
  • 1996-06-02 (xsd:date)
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 97025 (xsd:integer)
dbo:wikiPageLength
  • 100202 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1107166280 (xsd:integer)
dbo:wikiPageWikiLink
dbp:developer
dbp:genre
  • 3 (xsd:integer)
dbp:latestReleaseDate
  • 2015-07-29 (xsd:date)
dbp:latestReleaseVersion
  • 12 (xsd:integer)
dbp:license
  • Proprietary (en)
dbp:name
  • Direct3D (en)
dbp:operatingSystem
dbp:platform
dbp:released
  • 1996-06-02 (xsd:date)
dbp:title
  • Direct3D (en)
dbp:website
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Direct3Dは、3Dグラフィックスを描画するためのAPIである。マイクロソフトのDirectXの一部であり、様々なWindows(主にWindows 95以上)で動作し、さらに、家庭用ゲーム機であるXboxシリーズ(初代Xbox、Xbox 360、Xbox One、Xbox Series X/S)のグラフィックスAPIのベースでもある。略称としてD3Dがよく使われる。 (ja)
  • 다이렉트3D(영어: Direct3D)는 마이크로소프트의 DirectX API에서 3차원 그래픽스 연산과 출력을 담당하는 부분이다. 마이크로소프트의 윈도우 운영 체제(윈도우 95 이상)에서만 작동하며, 엑스박스와 엑스박스 360 게임 콘솔의 그래픽 API로 사용되고 있다. 다이렉트3D와 비슷한 역할을 하는 API로는 OpenGL이 있으며 역할은 같지만 각자가 서로 다른 장단점을 가지고 있다. (ko)
  • Direct3D - komponent, część biblioteki DirectX firmy Microsoft, zajmująca się wyświetlaniem grafiki trójwymiarowej. Umożliwia wykorzystanie funkcji rysowania obiektów 3D oferowanych przez karty graficzne. (pl)
  • Direct3D is het grafische onderdeel van de DirectX-API van Microsoft. Direct3D heeft directe toegang tot de grafische kaart, indien aanwezig, op de computer, waardoor hardware-acceleratie mogelijk is. De grafische informatie uit een programma, voornamelijk vertexen en texturen, wordt door middel van een serie instructies naar de kaart gestuurd, die zorg draagt voor hardwarematig, dus zeer snel rendering van pixels op het beeldscherm. Direct3D kan zowel voor twee- als driedimensionale weergave worden gebruikt. (nl)
  • Direct3D(簡稱:D3D)是微軟公司在Microsoft Windows作業系統上所開發的一套3D繪圖編程介面,是DirectX的一部份,目前廣為各家顯示卡所支援。與OpenGL同為電腦繪圖軟體和電腦遊戲最常使用的兩套繪圖編程介面之一。 1995年2月,微软收购了英国的Rendermorphics公司,將RealityLab 2.0技术發展成Direct3D标准,並整合到Microsoft Windows中,Direct3D在DirectX 3.0開始出現。後來在DirectX 8.0發表時與DirectDraw編程介面合併並改名為DirectX Graphics。 (zh)
  • دايركت ثري دي (بالإنجليزية: Direct3D)‏ أحد مكونات المكتبة البرمجية دايركت إكس من شركة مايكروسوفت. والذي يقدم أساساً خدمات تخريج رسوميات ثلاثية الأبعاد بشكل لمبرمجي التطبيقات على نظم تشغيل ويندوز وإكس بوكس وإكس بوكس 360. ملاحظة 1. * في حالات معينة (كأن يتصرف برنامج التشغيل بشكل مخالف للمواصفات) يضطر مبرمج التطبيقات للتعرف على نوع بطاقة العرض وإصدار برنامج التشغيل للتعامل معهما بطريقة خاصة. (ar)
  • Direct3D je v informatice specializované rozhraní (API), které je jednou z komponent DirectX. Direct3D nabízí aplikacím širokou škálu funkcí pro práci s 3D grafikou. Rozhraní je specifické pro operační systém Microsoft Windows a je tak alternativou multiplatformního rozhraní OpenGL. Direct3D se uplatňuje při programování grafických aplikací, které v reálném čase zobrazují 3D objekty (např. Google Earth, grafické uživatelské rozhraní Windows Aero, ale hlavně počítačové hry). (cs)
  • Direct3D is a graphics application programming interface (API) for Microsoft Windows. Part of DirectX, Direct3D is used to render three-dimensional graphics in applications where performance is important, such as games. Direct3D uses hardware acceleration if it is available on the graphics card, allowing for hardware acceleration of the entire 3D rendering pipeline or even only partial acceleration. Direct3D exposes the advanced graphics capabilities of 3D graphics hardware, including Z-buffering, W-buffering, stencil buffering, spatial anti-aliasing, alpha blending, color blending, mipmapping, texture blending, clipping, culling, atmospheric effects, perspective-correct texture mapping, programmable HLSL shaders and effects. Integration with other DirectX technologies enables Direct3D to (en)
  • Direct3D ist eine Programmierschnittstelle (API) von Microsoft für 3D-Computergrafik. Direct3D ist ein Bestandteil von DirectX. Das 1992 von Servan Keondjian gegründete Unternehmen RenderMorphic wurde im Jahre 1995 von Microsoft gekauft, um dessen 3D-API Reality Labs zu Direct3D weiterzuentwickeln und 1996 in DirectX 2.0 zu integrieren. Keondjian leitete die Arbeiten und Doug Rabson agierte als Chefentwickler des Microsoft-Teams, das die 3D-API für Windows 95 entwickelte. Nach der Fertigstellung verließen Keondjian und Rabson das Unternehmen. (de)
  • Direct3D es parte de DirectX (conjunto de bibliotecas para multimedia) siendo propiedad de Microsoft. Consiste en una interfaz de programación de aplicaciones (API) para gráficos 3D. Está disponible para los sistemas Windows de 32 y 64 bits, así como para las consolas de la línea Xbox Se usa principalmente en aplicaciones donde el rendimiento es fundamental, como los videojuegos, aprovechando el hardware de aceleración gráfica disponible en la tarjeta gráfica. El principal competidor de Direct3D es OpenGL y su sucesor Vulkan, desarrollado originalmente por Silicon Graphics Inc. (es)
  • Direct3D DirectX-en zati da, eta Microsoft-en APIa da. 3D-ko oinarrizko irudiak (bitmap) erabiltzen duen edozein aplikaziarentzako bideozko efektuak konbinatzeko, zein transformazio geometrikoak egiteko erraztasun oso aurreratuak eskaintzen dituen software multzoa da. Microsoftek asmatuta, Windows 95en erabiltzeko sortu zen, baina Windows 2000, Windows XP, Xbox eta Xbox 360 plataformentzako ere balio du. (eu)
  • Direct3D est une bibliothèque logicielle de la série Microsoft DirectX. Direct3D est utilisé uniquement dans les multiples systèmes d'exploitation Windows de Microsoft (Windows 95 et au-delà), ainsi que dans la Xbox. Direct3D sert à créer des graphismes en trois dimensions pour les applications où la performance est importante, comme les jeux vidéo. Direct3D permet également à des applications de fonctionner en plein écran, plutôt qu'intégrées dans une fenêtre, bien qu'elles puissent toujours tourner dans une fenêtre si elles sont programmées pour cette utilisation. Direct3D utilise l'accélération matérielle si elle est disponible à travers une carte graphique. (fr)
  • Direct3D é uma parte da API DirectX da empresa Microsoft. O Direct3D é disponibilizado apenas para as versões do sistema operacional Windows a partir do Windows 95. Também é a base para a API de gráficos tridimensionais dos consoles de videogame XBox e XBox 360. O Direct3D é usado para renderizar gráficos 3D em aplicações onde a performance é importante, como em jogos, ele também permite os programas serem executados em tela cheia e não apenas em janelas. Se a placa de vídeo possuir aceleração por hardware a biblioteca utiliza-a de forma a reduzir o trabalho da CPU. (pt)
  • Direct3D 10 — набор API функций для взаимодействия с видеокартой; поддерживается аппаратно видеокартами класса NV GeForce 8x00, ATI Radeon 2x00 и выше.Direct3D 10 (D3D10) — компонент интерфейса программирования приложений (англ. API) DirectX 10, 10-я версия Direct3D, преемник Direct3D 9. Direct3D 10 обеспечивает функции для взаимодействия операционной системы и приложений с драйверами видеокарты. Эти функции привязаны к операционной системе в линейке Windows и доступны в Windows Vista и Windows 7 . Частично D3D10 работает на видеокартах уровня Direct3D 9. (ru)
  • Direct3D 10 (D3D10) — оновлений набір DirectX API (англ. application programming interface) функцій, 10-а версія Direct3D, наступник Direct3D 9. Direct3D 10 надає функції для взаємодії операційної системи і програм з драйверами відеокарти, підтримується апаратно відеокартами класу NV 8x00, ATI Radeon 2x00 і вище. Ці функції прив'язані до операційної системи в лінійці Windows і доступні в Windows Vista і Windows 7. Windows XP не підтримує DirectX 10 та старші версії. Частково D3D10 працює на відеокартах з підтримкою Direct3D 9. (uk)
rdfs:label
  • دايركت ثري دي (ar)
  • Direct3D (en)
  • Direct3D (cs)
  • Direct3D (de)
  • Direct3D (es)
  • Direct3D (eu)
  • Direct3D (it)
  • Direct3D (fr)
  • Direct3D (ko)
  • Direct3D (nl)
  • Direct3D (ja)
  • Direct3D (pl)
  • Direct3D (pt)
  • Direct3D 10 (ru)
  • Direct3D 10 (uk)
  • Direct3D (zh)
rdfs:seeAlso
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • Direct3D (en)
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is dbp:d3dversion of
is rdfs:seeAlso 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