d3d: Specify clamping incr/decr of stencil.

This commit is contained in:
Unknown W. Brackets 2014-08-26 00:23:34 -07:00
parent ae03a855f5
commit 2448386e8a

View file

@ -88,8 +88,8 @@ static const D3DSTENCILOP stencilOps[] = {
D3DSTENCILOP_ZERO,
D3DSTENCILOP_REPLACE,
D3DSTENCILOP_INVERT,
D3DSTENCILOP_INCR,
D3DSTENCILOP_DECR, // don't know if these should be wrap or not
D3DSTENCILOP_INCRSAT,
D3DSTENCILOP_DECRSAT,
D3DSTENCILOP_KEEP, // reserved
D3DSTENCILOP_KEEP, // reserved
};