Go to the documentation of this file.
22 #ifndef SDL_drawpoint_h_
23 #define SDL_drawpoint_h_
25 #include "../../SDL_internal.h"
GLfixed GLfixed GLint GLint GLfixed points
int SDL_DrawPoint(SDL_Surface *dst, int x, int y, Uint32 color)
A collection of pixels used in software blitting.
GLuint GLuint GLsizei count
int SDL_DrawPoints(SDL_Surface *dst, const SDL_Point *points, int count, Uint32 color)
GLint GLint GLint GLint GLint x
GLint GLint GLint GLint GLint GLint y
The structure that defines a point.