mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Added simple SamplerStateManager
This commit is contained in:
@@ -194,7 +194,7 @@ namespace Sandbox
|
||||
|
||||
_texture = new Texture2D(_context, "content/Textures/Checkerboard.dds");
|
||||
|
||||
let sampler = new SamplerState(_context,
|
||||
let sampler = SamplerStateManager.GetSampler(
|
||||
SamplerStateDescription()
|
||||
{
|
||||
MagFilter = .Point
|
||||
|
||||
Reference in New Issue
Block a user