#include <bcsynchronous.h>
Public Member Functions | |
| ShaderID (int window_id, unsigned int handle, char *source) | |
| ~ShaderID () | |
Data Fields | |
| char * | source |
| int | window_id |
| unsigned int | handle |
Definition at line 56 of file bcsynchronous.h.
| ShaderID::ShaderID | ( | int | window_id, | |
| unsigned int | handle, | |||
| char * | source | |||
| ) |
Definition at line 28 of file bcsynchronous.C.
| ShaderID::~ShaderID | ( | ) |
| char* ShaderID::source |
Definition at line 63 of file bcsynchronous.h.
Referenced by BC_Synchronous::dump_shader(), BC_Synchronous::get_shader(), and ~ShaderID().
Definition at line 64 of file bcsynchronous.h.
Referenced by BC_Synchronous::delete_window_sync(), and BC_Synchronous::get_shader().
| unsigned int ShaderID::handle |
Definition at line 65 of file bcsynchronous.h.
Referenced by BC_Synchronous::delete_window_sync(), BC_Synchronous::dump_shader(), and BC_Synchronous::get_shader().
1.5.5