mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
EditorContentManager Part 1
This commit is contained in:
@@ -43,11 +43,11 @@ namespace Sandbox
|
||||
|
||||
_depthTarget = new DepthStencilTarget(_context.SwapChain.Width, _context.SwapChain.Height);
|
||||
|
||||
_checkerTexture = new Texture2D("content/Textures/Checkerboard.dds");
|
||||
_smallLines = new Texture2D("content/GammaTest/SmallLines.png");
|
||||
_gammaCorrectionBrightness = new Texture2D("content/GammaTest/gamma_correction_brightness.png");
|
||||
//_checkerTexture = new Texture2D("content/Textures/Checkerboard.dds");
|
||||
//_smallLines = new Texture2D("content/GammaTest/SmallLines.png");
|
||||
//_gammaCorrectionBrightness = new Texture2D("content/GammaTest/gamma_correction_brightness.png");
|
||||
|
||||
_zeroPointFive = new Texture2D("content/GammaTest/zeroPointFive.png");
|
||||
//_zeroPointFive = new Texture2D("content/GammaTest/zeroPointFive.png");
|
||||
|
||||
let sampler = SamplerStateManager.GetSampler(
|
||||
SamplerStateDescription()
|
||||
|
||||
Reference in New Issue
Block a user