#include <bcsynchronous.h>

Public Member Functions | |
| TextureID (int window_id, int id, int w, int h, int components) | |
Data Fields | |
| int | window_id |
| int | id |
| int | w |
| int | h |
| int | components |
| BC_WindowBase * | window |
| int | in_use |
Definition at line 43 of file bcsynchronous.h.
| TextureID::TextureID | ( | int | window_id, | |
| int | id, | |||
| int | w, | |||
| int | h, | |||
| int | components | |||
| ) |
Definition at line 47 of file bcsynchronous.h.
Referenced by BC_Synchronous::delete_window_sync(), BC_Synchronous::get_texture(), BC_Synchronous::put_texture(), and BC_Synchronous::release_texture().
| int TextureID::id |
Definition at line 48 of file bcsynchronous.h.
Referenced by BC_Synchronous::delete_window_sync(), BC_Synchronous::get_texture(), BC_Synchronous::put_texture(), and BC_Synchronous::release_texture().
| int TextureID::w |
Definition at line 49 of file bcsynchronous.h.
Referenced by BC_Synchronous::get_texture(), and BC_Synchronous::put_texture().
| int TextureID::h |
Definition at line 50 of file bcsynchronous.h.
Referenced by BC_Synchronous::get_texture(), and BC_Synchronous::put_texture().
Definition at line 52 of file bcsynchronous.h.
Definition at line 53 of file bcsynchronous.h.
Referenced by BC_Synchronous::get_texture(), BC_Synchronous::release_texture(), and TextureID().
1.5.5