Apparently no alignment needed here.
This commit is contained in:
parent
351061685a
commit
2dd8245fa3
1 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue