mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
GFXD3D11StateBlock improvements
This commit is contained in:
parent
983b3211ed
commit
48dc2551c4
4 changed files with 203 additions and 199 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue