Skip to main content
deleted 50 characters in body; edited title
Source Link
Tetrad
  • 30.1k
  • 12
  • 96
  • 143

Where are Ara matrices calculated on the GPU or on the CPU? Would built-in matrix functions be faster than my custom ones?

Ara matrices calculated on GPU or on CPU? ifIf I add somea math library  (for example containing a Matrix class) and use it in my program drawing with OpenGL, will my programbe work slower than whenif I use standartused standard OpenGL functionfunctions for matricesmatrix calculations? and what aboutDoes the same hold true for DirectX? Thnx in advance.

Where are matrices calculated?

Ara matrices calculated on GPU or on CPU? if I add some math library(for example containing Matrix class) and use in my program drawing with OpenGL will my program work slower than when I use standart OpenGL function for matrices calculations? and what about DirectX? Thnx in advance.

Ara matrices calculated on the GPU or on the CPU? Would built-in matrix functions be faster than my custom ones?

If I add a math library  (for example containing a Matrix class) and use it in my program drawing with OpenGL, will my be work slower than if I used standard OpenGL functions for matrix calculations? Does the same hold true for DirectX?

Tweeted twitter.com/#!/StackGameDev/status/129471934961430528
Source Link
Yevhen
  • 1.5k
  • 1
  • 14
  • 19

Where are matrices calculated?

Ara matrices calculated on GPU or on CPU? if I add some math library(for example containing Matrix class) and use in my program drawing with OpenGL will my program work slower than when I use standart OpenGL function for matrices calculations? and what about DirectX? Thnx in advance.