ReShade
A generic post-processing injector for games and video software.
Public Member Functions | Public Attributes | List of all members
reshade::api::rect Struct Reference

Describes a rectangle. More...

#include <reshade_api_pipeline.hpp>

Public Member Functions

constexpr uint32_t width () const
 
constexpr uint32_t height () const
 

Public Attributes

int32_t left
 
int32_t top
 
int32_t right
 
int32_t bottom
 

Detailed Description

Describes a rectangle.

Member Function Documentation

◆ height()

constexpr uint32_t reshade::api::rect::height ( ) const
inlineconstexpr

◆ width()

constexpr uint32_t reshade::api::rect::width ( ) const
inlineconstexpr

Member Data Documentation

◆ bottom

int32_t reshade::api::rect::bottom

◆ left

int32_t reshade::api::rect::left

◆ right

int32_t reshade::api::rect::right

◆ top

int32_t reshade::api::rect::top

The documentation for this struct was generated from the following file: