Struct ppapi::gles::ShaderProgramExperimental [-]  [+] [src]

pub struct ShaderProgram(_);

Methods

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>

Trait Implementations

Derived Implementations

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)