Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 510 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 510 Bytes

DelphiCompute

This repository contains Delphi examples on how to initialize and use Compute Shaders from DirectX, in other words, DirectCompute. These examples have been created with Delphi 10.2 Tokyo, but should be fairly compatible with earlier versions.

To compile shaders, execute "compile.bat" from respective folders. Note that this requires "fxc.exe" to be within system environment path. This can be acomplished by installing Windows SDK and then searching for that file and then adding it to path.