Plasma Engine  2.0
Loading...
Searching...
No Matches
StateDX11_inl.h
1
2ID3D11BlendState* plGALBlendStateDX11::GetDXBlendState() const
3{
4 return m_pDXBlendState;
5}
6
7ID3D11DepthStencilState* plGALDepthStencilStateDX11::GetDXDepthStencilState() const
8{
9 return m_pDXDepthStencilState;
10}
11
12ID3D11RasterizerState* plGALRasterizerStateDX11::GetDXRasterizerState() const
13{
14 return m_pDXRasterizerState;
15}
16
17ID3D11SamplerState* plGALSamplerStateDX11::GetDXSamplerState() const
18{
19 return m_pDXSamplerState;
20}