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) · 531 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 531 Bytes

Direct3DCompute

This repository contains Delphi example on how to initialize and draw a triangle using Direct3D 11 in Delphi without any external dependencies. This example has been created with Delphi Tokyo 10.2.3, but should be fairly compatible with earlier versions.

To compile shaders, execute "compile.bat" in the appropriat sub-folder. 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.