We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Allows the application to control what part of the provided texture will be used in the frame buffer.
struct Compositor_TextureBounds { float uMin, vMin; float uMax, vMax; };