wisdom
Loading...
Searching...
No Matches

Detailed Description

Specification


C version:

// Provided by Wisdom 0.7.0.
typedef struct WisRect {
int32_t x;
int32_t y;
uint32_t width;
uint32_t height;

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
struct Rect {
std::int32_t x;
std::int32_t y;
std::uint32_t width;
std::uint32_t height;
};
}

Members


  • x defines left corner x coordinate.
  • y describes top corner y coordinate.
  • width defines width of the rect.
  • height describes height of the rect.

Description


See Also


See also
Functions: wisCommandListSetScissors, wisSwapchainPresent