I've tested VCL and Win32 API-based 3D applications and there is no speed difference. The VCL application is bigger in file size, but speed-wise there is no difference.
VCL intercepts a lot of messages especially paint ones and repaints your window more then necessary i used the messages to paint with OpenGL not GDI because on slow computers you see a flicker and drawing takes longer.