Object routines.
Definition in file rs_object.rsh.
void rsClearObject | ( | rs_element * | dst | ) |
Sets the object to NULL.
void rsClearObject | ( | rs_type * | dst | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
void rsClearObject | ( | rs_allocation * | dst | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
void rsClearObject | ( | rs_sampler * | dst | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
void rsClearObject | ( | rs_script * | dst | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
void rsClearObject | ( | rs_path * | dst | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
void rsClearObject | ( | rs_mesh * | dst | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
void rsClearObject | ( | rs_program_fragment * | dst | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
void rsClearObject | ( | rs_program_vertex * | dst | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
void rsClearObject | ( | rs_program_raster * | dst | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
void rsClearObject | ( | rs_program_store * | dst | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
void rsClearObject | ( | rs_font * | dst | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
bool rsIsObject | ( | rs_element | ) |
Tests if the object is valid. Returns true if the object is valid, false if it is NULL.
bool rsIsObject | ( | rs_type | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
bool rsIsObject | ( | rs_allocation | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
bool rsIsObject | ( | rs_sampler | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
bool rsIsObject | ( | rs_script | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
bool rsIsObject | ( | rs_path | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
bool rsIsObject | ( | rs_mesh | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
bool rsIsObject | ( | rs_program_fragment | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
bool rsIsObject | ( | rs_program_vertex | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
bool rsIsObject | ( | rs_program_raster | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
bool rsIsObject | ( | rs_program_store | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
bool rsIsObject | ( | rs_font | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
void rsSetObject | ( | rs_element * | dst, |
rs_element | src | ||
) |
Copy reference to the specified object.
dst | |
src |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
void rsSetObject | ( | rs_allocation * | dst, |
rs_allocation | src | ||
) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
void rsSetObject | ( | rs_sampler * | dst, |
rs_sampler | src | ||
) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
void rsSetObject | ( | rs_program_fragment * | dst, |
rs_program_fragment | src | ||
) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
void rsSetObject | ( | rs_program_vertex * | dst, |
rs_program_vertex | src | ||
) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
void rsSetObject | ( | rs_program_raster * | dst, |
rs_program_raster | src | ||
) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
void rsSetObject | ( | rs_program_store * | dst, |
rs_program_store | src | ||
) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.