NVIDIA GPUs and PhysX engine
How is the NVIDIA PhysX engine implemented in the NVIDIA GPUs: It's a co-proc开发者_运维百科essor or the physical algorithms are implemented as fragment programs to be executed in the GPU pipeline ?
PhysX is implemented using NVIDIA's CUDA (GPGPU implementation). There isn't a separate co-processor or other dedicated piece of silicon.
精彩评论