views:

34

answers:

2

Is there any crossplatform C library for using Pixel Shading filters? to run pixel shader inside your programm, beter as native part of your programm (not like precompiled file), and better for using with abstract data - not only images

+1  A: 

Does this do what you want? http://www.khronos.org/opencl/ The question is not very detailed, or clear, but I think OpenCL qualifies as an answer...

Spudd86
+1  A: 

OpenCL or CUDA are the closest to what you want.

Crashworks