mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
d3d: Specify clamping incr/decr of stencil.
This commit is contained in:
parent
ae03a855f5
commit
2448386e8a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue