Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: No stencil buffer support for RenderTextures?  (Read 1517 times)

0 Members and 1 Guest are viewing this topic.

Theshooter7

  • Newbie
  • *
  • Posts: 21
    • View Profile
No stencil buffer support for RenderTextures?
« on: October 10, 2015, 06:09:36 pm »
Quote from: Theshooter7
Hi,

Following the guidelines of the Issues page, I'm creating a quick forum thread for this (and I'll likely be posting a couple others over the next couple of days, hence why this text is quoted).
Alright, so from the looks of things, RenderTextures do not have any internal support for a stencil buffer, although you are certainly free to request a depth buffer. I'm curious: is there a particular reason for not having an optional stencil buffer implemented? And if not, could we discuss a good way to implementing it/what would be needed?

zsbzsb

  • Hero Member
  • *****
  • Posts: 1409
  • Active Maintainer of CSFML/SFML.NET
    • View Profile
    • My little corner...
    • Email
Re: No stencil buffer support for RenderTextures?
« Reply #1 on: October 10, 2015, 07:00:03 pm »
It is implemented with #846.
Motion / MotionNET - Complete video / audio playback for SFML / SFML.NET

NetEXT - An SFML.NET Extension Library based on Thor

Theshooter7

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: No stencil buffer support for RenderTextures?
« Reply #2 on: October 10, 2015, 09:49:10 pm »
It is implemented with #846.
I see it's currently not merged, but I do like the interface. Great job! And that answers this question well enough haha.