Condividi tramite


Interfaccia ID3D10EffectMatrixVariable (d3d10effect.h)

Un'interfaccia matrice-variabile accede a una matrice.

Ereditarietà

L'interfaccia ID3D10EffectMatrixVariable eredita da ID3D10EffectVariable. ID3D10EffectMatrixVariable include anche questi tipi di membri:

Metodi

L'interfaccia ID3D10EffectMatrixVariable include questi metodi.

 
ID3D10EffectMatrixVariable::GetMatrix

Ottenere una matrice.
ID3D10EffectMatrixVariable::GetMatrixArray

Ottenere una matrice di matrici.
ID3D10EffectMatrixVariable::GetMatrixTranspose

Trasporre e ottenere una matrice a virgola mobile.
ID3D10EffectMatrixVariable::GetMatrixTransposeArray

Trasporre e ottenere una matrice di matrici a virgola mobile.
ID3D10EffectMatrixVariable::SetMatrix

Impostare una matrice a virgola mobile.
ID3D10EffectMatrixVariable::SetMatrixArray

Impostare una matrice di matrici a virgola mobile.
ID3D10EffectMatrixVariable::SetMatrixTranspose

Trasporre e impostare una matrice a virgola mobile.
ID3D10EffectMatrixVariable::SetMatrixTransposeArray

Trasporre e impostare una matrice di matrici a virgola mobile.

Requisiti

Requisito Valore
Piattaforma di destinazione Windows
Intestazione d3d10effect.h

Vedi anche

Interfacce effetto (Direct3D 10)

ID3D10EffectVariable