Struct ppapi::gles::ShaderProgramExperimental
[-]
[+]
[src]
pub struct ShaderProgram(_);
pub struct ShaderProgram(_);
impl ShaderProgram
fn new(ctxt: &Context3d) -> UnlinkedShaderProgram
fn uniform_locale(&mut self, ctxt: &Context3d, name: &str) -> Option<Int>
fn use_program<'a>(&'a self, ctxt: &mut Context3d) -> BoundShaderProgram<'a>
fn unlink(self) -> UnlinkedShaderProgram
impl<__S: Writer + Hasher> Hash<__S> for ShaderProgram
fn hash(&self, __arg_0: &mut __S)
impl Clone for ShaderProgram
fn clone(&self) -> ShaderProgram
fn clone_from(&mut self, source: &Self)
impl PartialOrd for ShaderProgram
fn partial_cmp(&self, __arg_0: &ShaderProgram) -> Option<Ordering>
fn lt(&self, __arg_0: &ShaderProgram) -> bool
fn le(&self, __arg_0: &ShaderProgram) -> bool
fn gt(&self, __arg_0: &ShaderProgram) -> bool
fn ge(&self, __arg_0: &ShaderProgram) -> bool
impl Ord for ShaderProgram
fn cmp(&self, __arg_0: &ShaderProgram) -> Ordering
impl PartialEq for ShaderProgram
fn eq(&self, __arg_0: &ShaderProgram) -> bool
fn ne(&self, __arg_0: &ShaderProgram) -> bool
impl Eq for ShaderProgram
fn assert_receiver_is_total_eq(&self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).