Syntax
dbSetEffectTranspose(EffectID, TransposeFlag)
Description
This command will set the transpose method of the FX effect. Low and high level shaders perform 3D maths using the matrix data passed in by the application. Some of these shaders require that the matrix data is tranposed, where others require untransposed matrix data. Setting the transpose flag to one will tranpose any matrix data passed to the shader.
See Also
dbSetEffectConstantBoolean, dbSetEffectConstantFloat, dbSetEffectConstantInteger, dbSetEffectConstantMatrix, dbSetEffectConstantVector, dbSetEffectTechnique