Skip to content

Compositor_TextureBounds

aleiby edited this page Apr 23, 2015 · 1 revision

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;
};
Clone this wiki locally