ID3D10BlendState

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
version(Windows)
extern (C++)
interface ID3D10BlendState : ID3D10DeviceChild {}

Members

Functions

GetDesc
void GetDesc(D3D10_BLEND_DESC* pDesc)
Undocumented in source.

Inherited Members

From ID3D10DeviceChild

GetDevice
void GetDevice(ID3D10Device* ppDevice)
Undocumented in source.
GetPrivateData
HRESULT GetPrivateData(REFGUID guid, UINT* pDataSize, void* pData)
Undocumented in source.
SetPrivateData
HRESULT SetPrivateData(REFGUID guid, UINT DataSize, const(void)* pData)
Undocumented in source.
SetPrivateDataInterface
HRESULT SetPrivateDataInterface(REFGUID guid, IUnknown pData)
Undocumented in source.

Meta