![]() |
Open Broadcaster Software
Free, open source software for live streaming and recording
|
Public Member Functions | |
DARRAY (struct gs_effect_param) params | |
DARRAY (struct gs_effect_technique) techniques | |
Data Fields | |
bool | processing |
bool | cached |
char * | effect_path |
char * | effect_dir |
struct gs_effect_technique * | cur_technique |
struct gs_effect_pass * | cur_pass |
gs_eparam_t * | view_proj |
gs_eparam_t * | world |
gs_eparam_t * | scale |
graphics_t * | graphics |
struct gs_effect * | next |
size_t | loop_pass |
bool | looping |
gs_effect::DARRAY | ( | struct gs_effect_param | ) |
gs_effect::DARRAY | ( | struct gs_effect_technique | ) |
bool gs_effect::cached |
struct gs_effect_pass* gs_effect::cur_pass |
struct gs_effect_technique* gs_effect::cur_technique |
char * gs_effect::effect_dir |
char* gs_effect::effect_path |
graphics_t* gs_effect::graphics |
size_t gs_effect::loop_pass |
bool gs_effect::looping |
struct gs_effect* gs_effect::next |
bool gs_effect::processing |
gs_eparam_t * gs_effect::scale |
gs_eparam_t* gs_effect::view_proj |
gs_eparam_t * gs_effect::world |