Struct Viewport

Struct Documentation

struct Viewport

Graphics API agnostic information for a viewport.

Public Members

float x = {0}

This Viewport's horizontal position.

float y = {0}

This Viewport's vertical position.

float width = {0}

This Viewport's width.

float height = {0}

This Viewport's height.

float minDepth = {0}

This Viewport's minimum depth.

float maxDepth = {0}

This Viewport's maximum depth.