
StencilOpSeparate gremlin
Posted Friday, 3 April, 2009 - 14:37 by Inertia| Project: | The Open Toolkit library |
| Version: | 0.9.7 |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | the Fiddler |
| Status: | closed |
Jump to:
Description
SVN: void StencilOpSeparate(OpenTK.Graphics.All face, OpenTK.Graphics.StencilOp sfail, OpenTK.Graphics.StencilOp dpfail, OpenTK.Graphics.StencilOp dppass)
New: void StencilOpSeparate(OpenTK.Graphics.StencilFace face, OpenTK.Graphics.StencilOp sfail, OpenTK.Graphics.StencilOp dpfail, OpenTK.Graphics.StencilOp dppass)


Comments
#1
This also affects StencilMaskSeparate (but not StencilFuncSeparate).
#2
It's also a bug.
#3
Did you find something that is seriously broken? I flagged it as a task because the function should be usable, it's more of a cosmetic issue that you have to cast explicitly imho.
Good job finding StencilMaskSeparate, missed that one :)
#4
I changed it to conform to the other GL API updates - then I realized those changes were also masked as tasks. Bah, the distinction is meaningless anyway. :P
#5
Yeah, I flagged them all as tasks because they do not crash when used. Out of the 4 possible categories it suited the severity of the issue best. I take it you want future findings to be bug reports and use the priority flag to distinguish between them?
#6
It's up to interpretation, but changes that break the API should probably bugs. However, since we started that way, let's keep this stuff in the task category.
#7
Fixed in rev. 1803.
#8
Closing issues resolved in 0.9.8.