ID3D10Effect

Undocumented in source.

Members

Functions

GetConstantBufferByIndex
ID3D10EffectConstantBuffer GetConstantBufferByIndex(UINT Index)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetConstantBufferByName
ID3D10EffectConstantBuffer GetConstantBufferByName(LPCSTR Name)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetDesc
HRESULT GetDesc(D3D10_EFFECT_DESC* pDesc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetDevice
HRESULT GetDevice(ID3D10Device* ppDevice)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetTechniqueByIndex
ID3D10EffectTechnique GetTechniqueByIndex(UINT Index)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetTechniqueByName
ID3D10EffectTechnique GetTechniqueByName(LPCSTR Name)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetVariableByIndex
ID3D10EffectVariable GetVariableByIndex(UINT Index)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetVariableByName
ID3D10EffectVariable GetVariableByName(LPCSTR Name)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetVariableBySemantic
ID3D10EffectVariable GetVariableBySemantic(LPCSTR Semantic)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
IsOptimized
BOOL IsOptimized()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
IsPool
BOOL IsPool()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
IsValid
BOOL IsValid()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Optimize
HRESULT Optimize()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta