wisdom
Loading...
Searching...
No Matches
WisViewport Struct Reference

Detailed Description

Specification


C version:

// Provided by Wisdom 0.7.0.
typedef struct WisViewport {
float x;
float y;
float width;
float height;
float min_depth;
float max_depth;

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
struct Viewport {
float x;
float y;
float width;
float height;
float min_depth;
float max_depth;
};
}

Members


  • x defines top left corner x coordinate.
  • y describes top left corner y coordinate.
  • width defines viewport width.
  • height describes viewport height.
  • min_depth defines minimum depth of the viewport.
  • max_depth specifies maximum depth of the viewport.

Description


See Also


See also
Functions: wisCommandListSetViewports