Searched defs:D3D10_PASS_SHADER_DESC (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d10effect.h137 } D3D10_PASS_SHADER_DESC; typedef in typeref:struct:_D3D10_PASS_SHADER_DESC
776 STDMETHOD(GetVertexShaderDesc)(THIS_ D3D10_PASS_SHADER_DESC *desc) PURE;
777 STDMETHOD(GetGeometryShaderDesc)(THIS_ D3D10_PASS_SHADER_DESC *desc) PURE;
778 STDMETHOD(GetPixelShaderDesc)(THIS_ D3D10_PASS_SHADER_DESC *desc) PURE;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d10effect.h165 } D3D10_PASS_SHADER_DESC; typedef in typeref:struct:_D3D10_PASS_SHADER_DESC
808 STDMETHOD(GetVertexShaderDesc)(THIS_ D3D10_PASS_SHADER_DESC *desc) PURE;
809 STDMETHOD(GetGeometryShaderDesc)(THIS_ D3D10_PASS_SHADER_DESC *desc) PURE;
810 STDMETHOD(GetPixelShaderDesc)(THIS_ D3D10_PASS_SHADER_DESC *desc) PURE;

Completed in 39 milliseconds