SDL_gpu  0.11.0
A hardware-accelerated, cross-platform 2D graphics API
Data Fields
GPU_Rect Struct Reference

#include <SDL_gpu.h>

Data Fields

float x
 
float y
 
float w
 
float h
 

Detailed Description

A struct representing a rectangular area with floating point precision.

See also
GPU_MakeRect()

Definition at line 89 of file SDL_gpu.h.

Field Documentation

◆ h

float GPU_Rect::h

Definition at line 92 of file SDL_gpu.h.

◆ w

float GPU_Rect::w

Definition at line 92 of file SDL_gpu.h.

◆ x

float GPU_Rect::x

Definition at line 91 of file SDL_gpu.h.

◆ y

float GPU_Rect::y

Definition at line 91 of file SDL_gpu.h.


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