c++ - can i calculate normals in gpu? -


I have an OpenLL application that loads a dxf and pulls it on the screen, every time I have a normal section Is there a way to calculate the normals in the GPU rather than CPU? if so?

Yes, this is possible. Would you like to learn about shaders?


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -