How does one specify raster operations in XNA?

Posted by Corey Ogburn on Game Development See other posts from Game Development or by Corey Ogburn
Published on 2011-10-15T20:46:15Z Indexed on 2011/11/15 2:13 UTC
Read the original article Hit count: 241

Filed under:

I'm looking for a way to add a sprite using a particular logic operation (like XOR). I can't find anything on Google and I'm not sure where to look in the documentation.

I've looked into SpriteBatch.Begin(...) and its Draw method and several options in the GraphicsDevice class, but I'm not recognizing anything capable of this. I'm still pretty new to XNA so I may just not have recognized the terminology to do this.

© Game Development or respective owner

Related posts about xna-4.0