Apparently no alignment needed here.

This commit is contained in:
Andy Adshead 2019-01-05 14:43:20 +00:00
parent 351061685a
commit 2dd8245fa3

View file

@ -116,7 +116,7 @@
ConstBufferKeys[Stage] = new long[ConstBuffersPerStage];
}
Blends = new BlendState[RenderTargetsCount];
Blends = new BlendState[RenderTargetsCount];
ScissorTestEnabled = new bool[RenderTargetsCount];
ScissorTestY = new int[RenderTargetsCount];
@ -124,7 +124,7 @@
ScissorTestWidth = new int[RenderTargetsCount];
ScissorTestHeight = new int[RenderTargetsCount];
ColorMasks = new ColorMaskState[RenderTargetsCount];
ColorMasks = new ColorMaskState[RenderTargetsCount];
}
}
}