DirectCompute: Using HLSL ComputeShader for image processing with GPU

Hello,

I’m starting to play with HLSL language (DirectX) to write an image processing application running on the GPU. I call HLSL compute shader from a Delphi VCL application.

Is anyone here doing similar work and willing to share experience?