You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers. No questions about C++ programming or topics which are answered in the tutorials!
I made my own GUI interface using screen-aligned quads and I use 24-bit png textures in their materials.
Is there a way to both use those textures with alpha channel and set the node opacity?
Until now, I was using a "diffuse" fragment shader which get the opacity value from a shader constant callback class and apply it. But if I can have opacity without a shader, that would be even better.