GFXD3D11StateBlock improvements

This commit is contained in:
rextimmy 2016-12-23 15:08:23 +10:00
parent 983b3211ed
commit 48dc2551c4
4 changed files with 203 additions and 199 deletions

View file

@ -26,6 +26,11 @@
#include "gfx/D3D11/gfxD3D11Device.h"
#include "gfx/gfxStateBlock.h"
namespace DictHash
{
U32 hash(const GFXSamplerStateDesc &data);
}
class GFXD3D11StateBlock : public GFXStateBlock
{
public: