Can I have RenderTexture with stencil but without depth buffer?

RenderTexture constructor only allows me to create both (or depth only). Is it possible to omit the depth? I just want to save memory

As I know, that is no way to do it until now.