Supporting GPU Buffers for FMX

 

The FMXUtils repository now implements support for GPU Buffers for Delphi FMX (with DX11 or WebGPU).

Adding GPU buffers required some trickery and hackery, but the speedups can be massive: 2x to 3x speedups on low-end integrated GPUs, with reports of 20x (twenty times) speedups on discrete GPUs!

I tried to make the support as easy and backward compatible as possible, while dancing around missing private fields and non-virtual methods. (more…)