#include <image.h>
Public Member Functions | |
Image () | |
virtual | ~Image () |
void | Bind () |
ILuint | Width () |
ILuint | Height () |
ILuint | Depth () |
ILuint | BitsPP () |
ILuint | BytesPP () |
ILuint | Type () |
ILuint | Format () |
ILubyte * | Data () |
bool | HasAlpha () |
bool | Create (int w, int h, int b, void *data=NULL) |
Protected Attributes | |
ILuint | mId |
Definition at line 52 of file image.h.
|
Definition at line 6 of file image.cpp. References mId. |
|
Definition at line 13 of file image.cpp. References mId. |
|
Definition at line 19 of file image.cpp. References mId. Referenced by BitsPP(), BytesPP(), Create(), Data(), Depth(), Format(), HasAlpha(), Height(), Type(), and Width(). |
|
Definition at line 44 of file image.cpp. References Bind(). Here is the call graph for this function: ![]() |
|
Definition at line 50 of file image.cpp. References Bind(). Here is the call graph for this function: ![]() |
|
Definition at line 95 of file image.cpp. References Bind(). Here is the call graph for this function: ![]() |
|
Definition at line 68 of file image.cpp. References Bind(). Here is the call graph for this function: ![]() |
|
Definition at line 38 of file image.cpp. References Bind(). Here is the call graph for this function: ![]() |
|
Definition at line 62 of file image.cpp. References Bind(). Referenced by HasAlpha(). Here is the call graph for this function: ![]() |
|
Definition at line 74 of file image.cpp. References Bind(), and Format(). Here is the call graph for this function: ![]() |
|
Definition at line 31 of file image.cpp. References Bind(). Here is the call graph for this function: ![]() |
|
Definition at line 56 of file image.cpp. References Bind(). Here is the call graph for this function: ![]() |
|
Definition at line 24 of file image.cpp. References Bind(). Here is the call graph for this function: ![]() |
|
|