SDL_GPUViewport

A structure specifying a viewport.

extern (C) nothrow @nogc
struct SDL_GPUViewport {}

Members

Variables

h
float h;

The height of the viewport.

max_depth
float max_depth;

The maximum depth of the viewport.

min_depth
float min_depth;

The minimum depth of the viewport.

w
float w;

The width of the viewport.

x
float x;

The left offset of the viewport.

y
float y;

The top offset of the viewport.

See Also

Meta