Removed Bind from Texture

This commit is contained in:
Simon Lübeß
2022-02-27 12:30:09 +01:00
parent b341c70a26
commit 92fd8bb572
2 changed files with 0 additions and 17 deletions
-10
View File
@@ -29,16 +29,6 @@ namespace GlitchyEngine.Renderer
public abstract uint32 Depth {get;}
public abstract uint32 ArraySize {get;}
public abstract uint32 MipLevels {get;}
public void Bind(uint32 slot = 0)
{
ImplBind(slot);
if(_samplerState != null)
_samplerState.Bind(slot);
}
protected extern void ImplBind(uint32 slot);
}
public struct Texture2DDesc