Showing results for HLSL - DirectX Developer Blog

Oct 20, 2022
0
3

Opening HLSL Planning

Chris Bieneman
Chris Bieneman

Since early 2017, the DirectX Shader Compiler (DXC) has been open source and available on GitHub. DXC is based on the LLVM 3.7 release of Clang, which enables compiler-driven IDE integrations, powerful language tooling, and has empowered HLSL to grow as a language to include highly requested features like C++ templates and operator overloading. ...

HLSL
Jan 23, 2017
0
1

New DirectX Shader Compiler based on Clang/LLVM now available as Open Source

Chas Boyd
Chas Boyd

The DirectX HLSL (High Level Shading Language) compiler is now available as an open source project built on the Clang/LLVM framework. Microsoft drives the leading GPU shader language Since 2002, HLSL has been a key focus of industry collaboration on GPU programming. As the shader language for the popular DirectX12 API, HLSL is at the forefront of...

Direct3D12DirectX12Gaming