Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members  

VideoMode Struct Reference

A simple struct to hold a screen resolution. Used by PLMVideoMode. More...

#include <PLMVideoMode.hpp>

List of all members.

Public Attributes

u32 w
u32 h
u32 bpp


Detailed Description

A simple struct to hold a screen resolution. Used by PLMVideoMode.


Member Data Documentation

u32 VideoMode::w
 

Width in pixels.

u32 VideoMode::h
 

Height in pixels.

u32 VideoMode::bpp
 

Depth = bits per pixels (8, 15, 16, 24, 32).


The documentation for this struct was generated from the following file:
  • PLMVideoMode.hpp

Generated by Doxygen 1.2.18 on Tue Oct 26 12:07:39 2004.