利用者:Wicklo/sandbox/vulkan
ここはWickloさんの利用者サンドボックスです。編集を試したり下書きを置いておいたりするための場所であり、百科事典の記事ではありません。ただし、公開の場ですので、許諾されていない文章の転載はご遠慮ください。
登録利用者は自分用の利用者サンドボックスを作成できます(サンドボックスを作成する、解説)。 その他のサンドボックス: 共用サンドボックス | モジュールサンドボックス 記事がある程度できあがったら、編集方針を確認して、新規ページを作成しましょう。 |
作者 | クロノス・グループ with special contributions from AMD[1][2][3][4][5] |
---|---|
開発元 | クロノス・グループ |
初版 | 2015年[6] | 後半(予定)
最新版 | 1.3.261 - 2023年8月4日[7] [±] |
対応OS | クロスプラットフォーム |
プラットフォーム | クロスプラットフォーム |
サポート状況 | Active |
種別 | 3DグラフィックスおよびコンピュートAPI[6] |
公式サイト | khronos.org/Vulkan |
現在 | 19 May 2015 |
Vulkan is a low-overhead, cross-platform 3D graphics and compute API first announced at GDC 2015 by the Khronos Group.[6][8][9] The Vulkan API was initially referred to as the "next generation OpenGL initiative" or simply "glNext" by Khronos, but use of those names were discontinued once the Vulkan name was announced.[10] Like OpenGL, Vulkan targets high-performance realtime 3D graphics applications such as games and interactive media across all platforms, and offers higher performance and lower CPU usage, much like Direct3D 12 and Mantle. In addition to its lower CPU usage, Vulkan is also able to better distribute work amongst numerous CPU cores, as concluded by a simulation that used an "infinitely fast" GPU on a 16-core CPU.[11] Vulkan is derived from and built upon components of AMD's Mantle.[3][6][12][13][14][15][16]
Vulkan(ヴァルカン)は低オーバーヘッドなクロスプラットフォームの3DグラフィックスおよびコンピュートのためのAPIである。GDC 2015でクロノス・グループによって発表された。 Vulkan APIは初期には「次世代OpenGLイニシアチブ」や単に「glNext」などと呼ばれていたが、Vulkanという名称が発表されてからはそういった呼称は使われなくなっている。 VulkanはOpenGLと同様にゲームやインタラクティブメディアといったハイパフォーマンスのリアルタイム3Dグラフィックスアプリケーションをターゲットとし、さらにはDirect3D 12やMantleのようにより優れたパフォーマンスとより小さなCPU負荷を提供する。 加えて、Vulkanはより良いCPUコア間での分散が可能で、結果として16コアCPUの上に無限に速いGPU ValkanはAMDのMantleの構成を踏まえて成り立っている。
概要
[編集]Vulkan is intended to provide a variety of advantages over other APIs as well as its spiritual predecessor, OpenGL. Vulkan offers lower overhead, more direct control over the GPU, and lower CPU usage.[9] Intended advantages include:
- OpenGL uses the high-level language GLSL for writing shaders which forces each OpenGL driver to implement its own compiler for GLSL that executes at application runtime to translate the program's shaders into executable code for the target platform. Vulkan will instead provide an intermediate binary format called SPIR-V (Standard Portable Intermediate Representation), analogous to the binary format that HLSL shaders are compiled into in DirectX. This reduces the onus on driver vendors, allows shader pre-compilation, and permits application developers to write shaders in languages other than GLSL.[17]
- Cross-platform API supported on both mobile devices and high-end graphics cards.
- OS agnostic to improve the portability of applications created using the API.
- Better support for modern systems that use multithreading.
- Reduced the load on CPUs in situations where the CPU is the bottleneck, allowing higher throughput for GPU calculations and rendering.
Vulkanはその精神的前身であるOpenGLと同様に、他のAPIに対する種々の利点を提供することを目的とする。Vulkanはより低いオーバーヘッド、GPUに対するより直接的な制御、そしてより低いCPU負荷を提供する。以下のようなものである。
- OpenGLはシェーダーを書くのに高レベル言語GLSLを使う、それはそれぞれのOpenGLドライバがアプリケーションランタイムで実行されるGLSLコンパイラを実装するために強制される。そのプログラムのシェーダーをターゲットプラットフォーム用の実行可能なコードへ変換するために。一方、VulkanはSPIR-V(Standard Portable Intermediate Representation)と呼ぶ中間バイナリフォーマットを提供する。DirectXにおいてシェーダーがコンパイルされるHLSLというバイナリ形式に似た。これによってドライバベンダーの負担は軽減され、シェーダーのプリコンパイルが可能になり、さらにはアプリケーション開発者がGLSL以外の言語でシェーダーを記述することを可能にする[18]。
- モバイル機器とハイエンドグラフィックカード両方でのクロスプラットフォームなAPIのサポート
- アプリケーションの移植性の向上に
- マルチスレッドを使用するモダンなシステムに対するよりよいサポート
- GPUの計算とレンダリングの高いスループットが、CPUがボトルネックとなる状況でCPUのロードを減らす。
歴史
[編集]The Khronos Group began a project to create a next generation graphics API in summer 2014. At SIGGRAPH 2014 the project was publicly announced with a call for participants.[6]
According to the US Patent and Trademark Office, the trademark for Vulkan was filed on February 19, 2015.[19]
Vulkan was formally named and announced at Game Developers Conference 2015, although speculation and rumors centered around a new API existed beforehand and referred to it as 'glNext'.[20]
On March 3, 2015, Valve announced the Source 2 engine, a game engine to support the Vulkan graphics API.[21][22]
In early 2015, LunarG (funded by Valve) developed and showcased a Linux driver for Intel which enabled Vulkan compatibility on the HD 4000 series integrated graphics, despite the open source Mesa drivers not being fully compatible with OpenGL 4.0 until later that year.[23][24] There is still the possibility[25] of Sandy Bridge support since it supports compute through Direct3D11.
On August 10, 2015, Google announced the future version of Android to support Vulkan.[26]
クロノス・グループは2014年夏に次世代グラフィックスAPIの開発プロジェクトを開始した。そのプロジェクトはSIGGRAPH 2014において公表されるとともに参加が呼びかけられた。
米国特許商標庁によれば、Vulkanの商標は2015年2月19日に登録されている。
VulkanはGDC 2015において正式に命名、公表されたが、新しいAPIにまつわる憶測や噂はそれ以前から存在し、glNextなどと呼ばれていた。
2015年3月3日、ValveがVulkanをサポートするゲームエンジンのSource 2エンジンを発表した。
2015年初頭、LunarGはHD 4000シリーズでVulkanとの互換性を可能とするIntel向けLinuxドライバを開発、展示した。まだオープンソースのMesaドライバがOpenGL 4.0に完全な互換性がないにもかかわらず。Sandy Bridge
2015年8月10日、GoogleはAndroidの将来のバージョンでVulkanをサポートすることを発表した。
互換性
[編集]Initial specifications state that Vulkan will work on hardware that currently supports OpenGL ES 3.1 or OpenGL 4.X and up.[27] As Vulkan support will require new graphics drivers, this does not necessarily imply that every existing card that supports OpenGL ES 3.1 or OpenGL 4.X will have Vulkan drivers available.
初期の仕様ではOpenGL ES 3.1またはOpenGL 4.X以上をサポートするハードウェア上で動作するとしている[28]。 ただしVulkanをサポートするには新しいグラフィックスドライバが必要であり、既存のOpenGL ES 3.1またはOpenGL 4.Xをサポートするカードが必ずしもVulkanドライバが利用可能になるとは限らない。
参考文献
[編集]- ^ “Not dead yet: AMD’s Mantle powers new Vulkan API, VR efforts”. Extreme Tech. 26 June 2015閲覧。
- ^ “Is AMD Mantle Dead As We Have Known It? Vulcan API Uses Mantle Technology for OpenGL”. Legit Reviews. 25 June 2015閲覧。
- ^ a b “AMD: Vulkan absorbed ‘best and brightest’ parts of Mantle”. KitGuru. 26 June 2015閲覧。
- ^ “On APIs and the future of Mantle”. AMD (4 March 2015). 19 May 2015閲覧。 “...(T)he Khronos Group has selected Mantle to serve as the foundation for Vulkan....”
- ^ “GDC 15: Khronos Acknowledges Mantle's Start of Vulkan”. PC Perspective (3 March 2015). 19 May 2015閲覧。
- ^ a b c d e “More on Vulkan and SPIR - V: The future of high-performance graphics”. Khronos Group. p. 10. 27 June 2015閲覧。 “Thanks AMD!”
- ^ “Vulkan® 1.3.261 - A Specification”. クロノス・グループ (2023年7月28日). 2023年8月4日閲覧。
- ^ “Vulkan : Graphics and compute Belong Together” (PDF). Khronos.org (March 2015). 2015年3月5日閲覧。
- ^ a b “Vulkan - Graphics and compute belong together”. Khronos.org. 2015年3月5日閲覧。
- ^ Batchelor, James (2015年3月3日). “glNext revealed as Vulkan graphics API”. develop-online.net. Template:Cite webの呼び出しエラー:引数 accessdate は必須です。
- ^ “Next-generation Vulkan API could be Valve’s killer advantage in battling Microsoft”. Extreme Tech. 26 June 2015閲覧。
- ^ Mah Ung, Gordon (2015年3月6日). “Mantle is a Vulkan: AMD's dead graphics API rises from the ashes in OpenGL's successor”. PCWorld. Template:Cite webの呼び出しエラー:引数 accessdate は必須です。
- ^ “AMD Gaming: One of Mantle's Futures: Vulkan | AMD Blogs”. Community.amd.com. 2015年3月5日閲覧。
- ^ Hruska, Joel (2015年3月4日). “Not dead yet: AMD’s Mantle powers new Vulkan API, VR efforts”. ExtremeTech. 2015年3月5日閲覧。
- ^ “AMD's Mantle Lives On In Vulkan - Lays The Foundation For The Next OpenGL”. Wccftech.com (2014年6月20日). 2015年3月5日閲覧。
- ^ Kirsch, Nathan. “Is AMD Mantle Dead As We Have Known It? Vulcan API Uses Mantle Technology for OpenGL”. Legit Reviews. 2015年3月5日閲覧。
- ^ Kessenich, John. “An Introduction to SPIR-V”. Khronos Group. 5 March 2015閲覧。
- ^ Kessenich, John. “An Introduction to SPIR-V”. Khronos Group. 5 March 2015閲覧。
- ^ “US Patent and Trademark Office”. 2015年3月7日閲覧。
- ^ Batchelor, James. “glNext revealed as Vulkan graphics API | Latest news from the game development industry | Develop”. Develop-online.net. 2015年3月5日閲覧。
- ^ Kollar, Philip (3 March 2015). “Valve announces Source 2 engine, free for developers”. 3 March 2015閲覧。
- ^ Mahardy, Mike (3 March 2015). “GDC 2015: Valve Announces Source 2 Engine”. IGN 3 March 2015閲覧。
- ^ “Valve Developed An Intel Linux Vulkan GPU Driver - Phoronix”. www.phoronix.com. 2015年7月22日閲覧。
- ^ “Learning More About The Intel Vulkan Driver, Linux Vulkan Plans - Phoronix”. www.phoronix.com. 2015年7月22日閲覧。
- ^ “Evan Odabashian on Twitter”. 2015年7月22日閲覧。
- ^ “Low-overhead rendering with Vulkan”. Android Developers Blog (12 August 2015). Template:Cite webの呼び出しエラー:引数 accessdate は必須です。
- ^ “Vulkan Overview” (June 2015). 18 August 2015閲覧。 p. 19 "Vulkan Status"
- ^ “Vulkan Overview” (June 2015). 18 August 2015閲覧。 p. 19 "Vulkan Status"
関連項目
[編集]- OpenGL – Another graphics API by the Khronos Group
- Mantle – A low-level graphics and compute API from AMD, the foundation of Vulkan
- Direct3D – Windows-only graphics API. Version 12 is a low-level API similar to Vulkan
- Metal – A low-level graphics and compute API for iOS and OS X
- Glide – An early low-level graphics API limited to rasterization
Category:コンピュータグラフィックス Category:Cross-platform software Category:グラフィックライブラリ Category:Graphics standards Category:Video game development Category:Virtual reality