wisdom
Loading...
Searching...
No Matches
WisPresentRect Struct Reference
API Reference
»
Structures
|
Module Reference
»
Core Reference
Detailed Description
Specification
C version:
// Provided by Wisdom 0.7.0.
typedef
struct
WisPresentRect
{
int32_t x;
int32_t y;
int32_t width;
int32_t height;
}
WisPresentRect
;
WisPresentRect
C++ version:
namespace
wis{
// Provided by Wisdom 0.7.0.
struct
PresentRect {
std::int32_t x;
std::int32_t y;
std::int32_t width;
std::int32_t height;
};
}
Members
x
Left corner x coordinate.
y
Top corner y coordinate.
width
Right corner x coordinate.
height
Bottom corner y coordinate.
Description
See Also
See also
Functions
:
wisSwapchainPresent
WisPresentRect
Generated by
1.9.8