wasm-bindgen/api/web_sys/struct.WebGlRenderingContext.html

1192 lines
533 KiB
HTML
Raw Normal View History

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `WebGlRenderingContext` struct in crate `web_sys`."><meta name="keywords" content="rust, rustlang, rust-lang, WebGlRenderingContext"><title>web_sys::WebGlRenderingContext - Rust</title><link rel="stylesheet" type="text/css" href="../normalize.css"><link rel="stylesheet" type="text/css" href="../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../dark.css"><link rel="stylesheet" type="text/css" href="../light.css" id="themeStyle"><script src="../storage.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="shortcut icon" href="../favicon.ico"><style type="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><body class="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">&#9776;</div><a href='../web_sys/index.html'><div class='logo-container'><img src='../rust-logo.png' alt='logo'></div></a><p class='location'>Struct WebGlRenderingContext</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#implementations">Methods</a><div class="sidebar-links"><a href="#method.active_texture">active_texture</a><a href="#method.attach_shader">attach_shader</a><a href="#method.bind_attrib_location">bind_attrib_location</a><a href="#method.bind_buffer">bind_buffer</a><a href="#method.bind_framebuffer">bind_framebuffer</a><a href="#method.bind_renderbuffer">bind_renderbuffer</a><a href="#method.bind_texture">bind_texture</a><a href="#method.blend_color">blend_color</a><a href="#method.blend_equation">blend_equation</a><a href="#method.blend_equation_separate">blend_equation_separate</a><a href="#method.blend_func">blend_func</a><a href="#method.blend_func_separate">blend_func_separate</a><a href="#method.buffer_data_with_array_buffer_view">buffer_data_with_array_buffer_view</a><a href="#method.buffer_data_with_f64">buffer_data_with_f64</a><a href="#method.buffer_data_with_i32">buffer_data_with_i32</a><a href="#method.buffer_data_with_opt_array_buffer">buffer_data_with_opt_array_buffer</a><a href="#method.buffer_data_with_u8_array">buffer_data_with_u8_array</a><a href="#method.buffer_sub_data_with_f64_and_array_buffer">buffer_sub_data_with_f64_and_array_buffer</a><a href="#method.buffer_sub_data_with_f64_and_array_buffer_view">buffer_sub_data_with_f64_and_array_buffer_view</a><a href="#method.buffer_sub_data_with_f64_and_u8_array">buffer_sub_data_with_f64_and_u8_array</a><a href="#method.buffer_sub_data_with_i32_and_array_buffer">buffer_sub_data_with_i32_and_array_buffer</a><a href="#method.buffer_sub_data_with_i32_and_array_buffer_view">buffer_sub_data_with_i32_and_array_buffer_view</a><a href="#method.buffer_sub_data_with_i32_and_u8_array">buffer_sub_data_with_i32_and_u8_array</a><a href="#method.canvas">canvas</a><a href="#method.check_framebuffer_status">check_framebuffer_status</a><a href="#method.clear">clear</a><a href="#method.clear_color">clear_color</a><a href="#method.clear_depth">clear_depth</a><a href="#method.clear_stencil">clear_stencil</a><a href="#method.color_mask">color_mask</a><a href="#method.commit">commit</a><a href="#method.compile_shader">compile_shader</a><a href="#method.compressed_tex_image_2d_with_array_buffer_view">compressed_tex_image_2d_with_array_buffer_view</a><a href="#method.compressed_tex_image_2d_with_u8_array">compressed_tex_image_2d_with_u8_array</a><a href="#method.compressed_tex_sub_image_2d_with_array_buffer_view">compressed_tex_sub_image_2d_with_array_buffer_view</a><a href="#method.compressed_tex_sub_image_2d_with_u8_array">compressed_tex_sub_image_2d_with_u8_array</a><a href="#method.copy_tex_image_2d">copy_tex_image_2d</a><a href="#method.copy_tex_sub_image_2d">copy_tex_sub_image_2d</a><a href="#met
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h2 id='implementations' class='small-section-header'>Implementations<a href='#implementations' class='anchor'></a></h2><h3 id='impl' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.canvas' class="method"><code id='canvas.v'>pub fn <a href='#method.canvas' class='fnname'>canvas</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>canvas</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/canvas">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-1' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.drawing_buffer_width' class="method"><code id='drawing_buffer_width.v'>pub fn <a href='#method.drawing_buffer_width' class='fnname'>drawing_buffer_width</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>drawingBufferWidth</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/drawingBufferWidth">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-2' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-2' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.drawing_buffer_height' class="method"><code id='drawing_buffer_height.v'>pub fn <a href='#method.drawing_buffer_height' class='fnname'>drawing_buffer_height</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>drawingBufferHeight</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/drawingBufferHeight">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-3' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-3' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.buffer_data_with_i32' class="method"><code id='buffer_data_with_i32.v'>pub fn <a href='#method.buffer_data_with_i32' class='fnname'>buffer_data_with_i32</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, size: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, usage: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>bufferData()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bufferData">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-4' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-4' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.buffer_data_with_f64' class="method"><code id='buffer_data_with_f64.v'>pub fn <a href='#method.buffer_data_with_f64' class='fnname'>buffer_data_with_f64</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, size: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>, usage: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>bufferData()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bufferData">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-5' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-5' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.buffer_data_with_opt_array_buffer' class="method"><code id='buffer_data_with_opt_array_buffer.v'>pub fn <a href='#method.buffer_data_with_opt_array_buffer' class='fnname'>buffer_data_with_opt_array_buffer</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.ArrayBuffer.html" title="struct js_sys::ArrayBuffer">ArrayBuffer</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;usage: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>bufferData()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bufferData">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-6' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-6' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.buffer_data_with_array_buffer_view' class="method"><code id='buffer_data_with_array_buffer_view.v'>pub fn <a href='#method.buffer_data_with_array_buffer_view' class='fnname'>buffer_data_with_array_buffer_view</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: &amp;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;usage: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>bufferData()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bufferData">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-7' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-7' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.buffer_data_with_u8_array' class="method"><code id='buffer_data_with_u8_array.v'>pub fn <a href='#method.buffer_data_with_u8_array' class='fnname'>buffer_data_with_u8_array</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>, usage: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>bufferData()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bufferData">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-8' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-8' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.buffer_sub_data_with_i32_and_array_buffer' class="method"><code id='buffer_sub_data_with_i32_and_array_buffer.v'>pub fn <a href='#method.buffer_sub_data_with_i32_and_array_buffer' class='fnname'>buffer_sub_data_with_i32_and_array_buffer</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;offset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: &amp;<a class="struct" href="../js_sys/struct.ArrayBuffer.html" title="struct js_sys::ArrayBuffer">ArrayBuffer</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>bufferSubData()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bufferSubData">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-9' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-9' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.buffer_sub_data_with_f64_and_array_buffer' class="method"><code id='buffer_sub_data_with_f64_and_array_buffer.v'>pub fn <a href='#method.buffer_sub_data_with_f64_and_array_buffer' class='fnname'>buffer_sub_data_with_f64_and_array_buffer</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;offset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: &amp;<a class="struct" href="../js_sys/struct.ArrayBuffer.html" title="struct js_sys::ArrayBuffer">ArrayBuffer</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>bufferSubData()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bufferSubData">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-10' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-10' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.buffer_sub_data_with_i32_and_array_buffer_view' class="method"><code id='buffer_sub_data_with_i32_and_array_buffer_view.v'>pub fn <a href='#method.buffer_sub_data_with_i32_and_array_buffer_view' class='fnname'>buffer_sub_data_with_i32_and_array_buffer_view</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;offset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: &amp;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>bufferSubData()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bufferSubData">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-11' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-11' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.buffer_sub_data_with_f64_and_array_buffer_view' class="method"><code id='buffer_sub_data_with_f64_and_array_buffer_view.v'>pub fn <a href='#method.buffer_sub_data_with_f64_and_array_buffer_view' class='fnname'>buffer_sub_data_with_f64_and_array_buffer_view</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;offset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: &amp;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>bufferSubData()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bufferSubData">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-12' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-12' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.buffer_sub_data_with_i32_and_u8_array' class="method"><code id='buffer_sub_data_with_i32_and_u8_array.v'>pub fn <a href='#method.buffer_sub_data_with_i32_and_u8_array' class='fnname'>buffer_sub_data_with_i32_and_u8_array</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;offset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>bufferSubData()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bufferSubData">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-13' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-13' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.buffer_sub_data_with_f64_and_u8_array' class="method"><code id='buffer_sub_data_with_f64_and_u8_array.v'>pub fn <a href='#method.buffer_sub_data_with_f64_and_u8_array' class='fnname'>buffer_sub_data_with_f64_and_u8_array</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;offset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>bufferSubData()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bufferSubData">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-14' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-14' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.commit' class="method"><code id='commit.v'>pub fn <a href='#method.commit' class='fnname'>commit</a>(&amp;self)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>commit()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/commit">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-15' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-15' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.compressed_tex_image_2d_with_array_buffer_view' class="method"><code id='compressed_tex_image_2d_with_array_buffer_view.v'>pub fn <a href='#method.compressed_tex_image_2d_with_array_buffer_view' class='fnname'>compressed_tex_image_2d_with_array_buffer_view</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;internalformat: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;height: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;border: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: &amp;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>compressedTexImage2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/compressedTexImage2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-16' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-16' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.compressed_tex_image_2d_with_u8_array' class="method"><code id='compressed_tex_image_2d_with_u8_array.v'>pub fn <a href='#method.compressed_tex_image_2d_with_u8_array' class='fnname'>compressed_tex_image_2d_with_u8_array</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;internalformat: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;height: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;border: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>compressedTexImage2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/compressedTexImage2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-17' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-17' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.compressed_tex_sub_image_2d_with_array_buffer_view' class="method"><code id='compressed_tex_sub_image_2d_with_array_buffer_view.v'>pub fn <a href='#method.compressed_tex_sub_image_2d_with_array_buffer_view' class='fnname'>compressed_tex_sub_image_2d_with_array_buffer_view</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;xoffset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;yoffset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;height: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;format: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: &amp;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>compressedTexSubImage2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/compressedTexSubImage2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-18' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-18' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.compressed_tex_sub_image_2d_with_u8_array' class="method"><code id='compressed_tex_sub_image_2d_with_u8_array.v'>pub fn <a href='#method.compressed_tex_sub_image_2d_with_u8_array' class='fnname'>compressed_tex_sub_image_2d_with_u8_array</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;xoffset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;yoffset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;height: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;format: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;mut [</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>compressedTexSubImage2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/compressedTexSubImage2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-19' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-19' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.read_pixels_with_opt_array_buffer_view' class="method"><code id='read_pixels_with_opt_array_buffer_view.v'>pub fn <a href='#method.read_pixels_with_opt_array_buffer_view' class='fnname'>read_pixels_with_opt_array_buffer_view</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;height: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;format: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;pixels: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a>&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>readPixels()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/readPixels">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-20' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-20' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.read_pixels_with_opt_u8_array' class="method"><code id='read_pixels_with_opt_u8_array.v'>pub fn <a href='#method.read_pixels_with_opt_u8_array' class='fnname'>read_pixels_with_opt_u8_array</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;height: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;format: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;pixels: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;mut [</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>readPixels()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/readPixels">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-21' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-21' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.tex_image_2d_with_i32_and_i32_and_i32_and_format_and_type_and_opt_array_buffer_view' class="method"><code id='tex_image_2d_with_i32_and_i32_and_i32_and_format_and_type_and_opt_array_buffer_view.v'>pub fn <a href='#method.tex_image_2d_with_i32_and_i32_and_i32_and_format_and_type_and_opt_array_buffer_view' class='fnname'>tex_image_2d_with_i32_and_i32_and_i32_and_format_and_type_and_opt_array_buffer_view</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;internalformat: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;height: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;border: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;format: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;pixels: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a>&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>texImage2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texImage2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-22' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-22' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.tex_image_2d_with_i32_and_i32_and_i32_and_format_and_type_and_opt_u8_array' class="method"><code id='tex_image_2d_with_i32_and_i32_and_i32_and_format_and_type_and_opt_u8_array.v'>pub fn <a href='#method.tex_image_2d_with_i32_and_i32_and_i32_and_format_and_type_and_opt_u8_array' class='fnname'>tex_image_2d_with_i32_and_i32_and_i32_and_format_and_type_and_opt_u8_array</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;internalformat: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;height: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;border: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;format: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;pixels: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>texImage2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texImage2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-23' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-23' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.tex_image_2d_with_u32_and_u32_and_image_bitmap' class="method"><code id='tex_image_2d_with_u32_and_u32_and_image_bitmap.v'>pub fn <a href='#method.tex_image_2d_with_u32_and_u32_and_image_bitmap' class='fnname'>tex_image_2d_with_u32_and_u32_and_image_bitmap</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;internalformat: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;format: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;pixels: &amp;<a class="struct" href="../web_sys/struct.ImageBitmap.html" title="struct web_sys::ImageBitmap">ImageBitmap</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>texImage2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texImage2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>ImageBitmap</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-24' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-24' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.tex_image_2d_with_u32_and_u32_and_image_data' class="method"><code id='tex_image_2d_with_u32_and_u32_and_image_data.v'>pub fn <a href='#method.tex_image_2d_with_u32_and_u32_and_image_data' class='fnname'>tex_image_2d_with_u32_and_u32_and_image_data</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;internalformat: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;format: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;pixels: &amp;<a class="struct" href="../web_sys/struct.ImageData.html" title="struct web_sys::ImageData">ImageData</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>texImage2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texImage2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>ImageData</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-25' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-25' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.tex_image_2d_with_u32_and_u32_and_image' class="method"><code id='tex_image_2d_with_u32_and_u32_and_image.v'>pub fn <a href='#method.tex_image_2d_with_u32_and_u32_and_image' class='fnname'>tex_image_2d_with_u32_and_u32_and_image</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;internalformat: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;format: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;image: &amp;<a class="struct" href="../web_sys/struct.HtmlImageElement.html" title="struct web_sys::HtmlImageElement">HtmlImageElement</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>texImage2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texImage2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlImageElement</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-26' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-26' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.tex_image_2d_with_u32_and_u32_and_canvas' class="method"><code id='tex_image_2d_with_u32_and_u32_and_canvas.v'>pub fn <a href='#method.tex_image_2d_with_u32_and_u32_and_canvas' class='fnname'>tex_image_2d_with_u32_and_u32_and_canvas</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;internalformat: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;format: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;canvas: &amp;<a class="struct" href="../web_sys/struct.HtmlCanvasElement.html" title="struct web_sys::HtmlCanvasElement">HtmlCanvasElement</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>texImage2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texImage2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlCanvasElement</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-27' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-27' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.tex_image_2d_with_u32_and_u32_and_video' class="method"><code id='tex_image_2d_with_u32_and_u32_and_video.v'>pub fn <a href='#method.tex_image_2d_with_u32_and_u32_and_video' class='fnname'>tex_image_2d_with_u32_and_u32_and_video</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;internalformat: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;format: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;video: &amp;<a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>texImage2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texImage2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlVideoElement</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-28' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-28' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.tex_sub_image_2d_with_i32_and_i32_and_u32_and_type_and_opt_array_buffer_view' class="method"><code id='tex_sub_image_2d_with_i32_and_i32_and_u32_and_type_and_opt_array_buffer_view.v'>pub fn <a href='#method.tex_sub_image_2d_with_i32_and_i32_and_u32_and_type_and_opt_array_buffer_view' class='fnname'>tex_sub_image_2d_with_i32_and_i32_and_u32_and_type_and_opt_array_buffer_view</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;xoffset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;yoffset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;height: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;format: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;pixels: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a>&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>texSubImage2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texSubImage2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-29' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-29' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.tex_sub_image_2d_with_i32_and_i32_and_u32_and_type_and_opt_u8_array' class="method"><code id='tex_sub_image_2d_with_i32_and_i32_and_u32_and_type_and_opt_u8_array.v'>pub fn <a href='#method.tex_sub_image_2d_with_i32_and_i32_and_u32_and_type_and_opt_u8_array' class='fnname'>tex_sub_image_2d_with_i32_and_i32_and_u32_and_type_and_opt_u8_array</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;xoffset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;yoffset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;height: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;format: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;pixels: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>texSubImage2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texSubImage2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-30' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-30' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.tex_sub_image_2d_with_u32_and_u32_and_image_bitmap' class="method"><code id='tex_sub_image_2d_with_u32_and_u32_and_image_bitmap.v'>pub fn <a href='#method.tex_sub_image_2d_with_u32_and_u32_and_image_bitmap' class='fnname'>tex_sub_image_2d_with_u32_and_u32_and_image_bitmap</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;xoffset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;yoffset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;format: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;pixels: &amp;<a class="struct" href="../web_sys/struct.ImageBitmap.html" title="struct web_sys::ImageBitmap">ImageBitmap</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>texSubImage2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texSubImage2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>ImageBitmap</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-31' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-31' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.tex_sub_image_2d_with_u32_and_u32_and_image_data' class="method"><code id='tex_sub_image_2d_with_u32_and_u32_and_image_data.v'>pub fn <a href='#method.tex_sub_image_2d_with_u32_and_u32_and_image_data' class='fnname'>tex_sub_image_2d_with_u32_and_u32_and_image_data</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;xoffset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;yoffset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;format: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;pixels: &amp;<a class="struct" href="../web_sys/struct.ImageData.html" title="struct web_sys::ImageData">ImageData</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>texSubImage2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texSubImage2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>ImageData</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-32' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-32' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.tex_sub_image_2d_with_u32_and_u32_and_image' class="method"><code id='tex_sub_image_2d_with_u32_and_u32_and_image.v'>pub fn <a href='#method.tex_sub_image_2d_with_u32_and_u32_and_image' class='fnname'>tex_sub_image_2d_with_u32_and_u32_and_image</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;xoffset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;yoffset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;format: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;image: &amp;<a class="struct" href="../web_sys/struct.HtmlImageElement.html" title="struct web_sys::HtmlImageElement">HtmlImageElement</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>texSubImage2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texSubImage2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlImageElement</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-33' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-33' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.tex_sub_image_2d_with_u32_and_u32_and_canvas' class="method"><code id='tex_sub_image_2d_with_u32_and_u32_and_canvas.v'>pub fn <a href='#method.tex_sub_image_2d_with_u32_and_u32_and_canvas' class='fnname'>tex_sub_image_2d_with_u32_and_u32_and_canvas</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;xoffset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;yoffset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;format: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;canvas: &amp;<a class="struct" href="../web_sys/struct.HtmlCanvasElement.html" title="struct web_sys::HtmlCanvasElement">HtmlCanvasElement</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>texSubImage2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texSubImage2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlCanvasElement</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-34' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-34' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.tex_sub_image_2d_with_u32_and_u32_and_video' class="method"><code id='tex_sub_image_2d_with_u32_and_u32_and_video.v'>pub fn <a href='#method.tex_sub_image_2d_with_u32_and_u32_and_video' class='fnname'>tex_sub_image_2d_with_u32_and_u32_and_video</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;xoffset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;yoffset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;format: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;video: &amp;<a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>texSubImage2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texSubImage2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlVideoElement</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-35' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-35' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform1fv_with_f32_array' class="method"><code id='uniform1fv_with_f32_array.v'>pub fn <a href='#method.uniform1fv_with_f32_array' class='fnname'>uniform1fv_with_f32_array</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform1fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform1fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-36' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-36' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform1fv_with_f32_sequence' class="method"><code id='uniform1fv_with_f32_sequence.v'>pub fn <a href='#method.uniform1fv_with_f32_sequence' class='fnname'>uniform1fv_with_f32_sequence</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform1fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform1fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-37' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-37' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform1iv_with_i32_array' class="method"><code id='uniform1iv_with_i32_array.v'>pub fn <a href='#method.uniform1iv_with_i32_array' class='fnname'>uniform1iv_with_i32_array</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform1iv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform1iv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-38' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-38' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform1iv_with_i32_sequence' class="method"><code id='uniform1iv_with_i32_sequence.v'>pub fn <a href='#method.uniform1iv_with_i32_sequence' class='fnname'>uniform1iv_with_i32_sequence</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform1iv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform1iv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-39' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-39' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform2fv_with_f32_array' class="method"><code id='uniform2fv_with_f32_array.v'>pub fn <a href='#method.uniform2fv_with_f32_array' class='fnname'>uniform2fv_with_f32_array</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform2fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform2fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-40' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-40' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform2fv_with_f32_sequence' class="method"><code id='uniform2fv_with_f32_sequence.v'>pub fn <a href='#method.uniform2fv_with_f32_sequence' class='fnname'>uniform2fv_with_f32_sequence</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform2fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform2fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-41' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-41' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform2iv_with_i32_array' class="method"><code id='uniform2iv_with_i32_array.v'>pub fn <a href='#method.uniform2iv_with_i32_array' class='fnname'>uniform2iv_with_i32_array</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform2iv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform2iv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-42' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-42' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform2iv_with_i32_sequence' class="method"><code id='uniform2iv_with_i32_sequence.v'>pub fn <a href='#method.uniform2iv_with_i32_sequence' class='fnname'>uniform2iv_with_i32_sequence</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform2iv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform2iv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-43' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-43' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform3fv_with_f32_array' class="method"><code id='uniform3fv_with_f32_array.v'>pub fn <a href='#method.uniform3fv_with_f32_array' class='fnname'>uniform3fv_with_f32_array</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform3fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform3fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-44' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-44' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform3fv_with_f32_sequence' class="method"><code id='uniform3fv_with_f32_sequence.v'>pub fn <a href='#method.uniform3fv_with_f32_sequence' class='fnname'>uniform3fv_with_f32_sequence</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform3fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform3fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-45' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-45' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform3iv_with_i32_array' class="method"><code id='uniform3iv_with_i32_array.v'>pub fn <a href='#method.uniform3iv_with_i32_array' class='fnname'>uniform3iv_with_i32_array</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform3iv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform3iv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-46' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-46' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform3iv_with_i32_sequence' class="method"><code id='uniform3iv_with_i32_sequence.v'>pub fn <a href='#method.uniform3iv_with_i32_sequence' class='fnname'>uniform3iv_with_i32_sequence</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform3iv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform3iv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-47' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-47' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform4fv_with_f32_array' class="method"><code id='uniform4fv_with_f32_array.v'>pub fn <a href='#method.uniform4fv_with_f32_array' class='fnname'>uniform4fv_with_f32_array</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform4fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform4fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-48' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-48' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform4fv_with_f32_sequence' class="method"><code id='uniform4fv_with_f32_sequence.v'>pub fn <a href='#method.uniform4fv_with_f32_sequence' class='fnname'>uniform4fv_with_f32_sequence</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform4fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform4fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-49' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-49' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform4iv_with_i32_array' class="method"><code id='uniform4iv_with_i32_array.v'>pub fn <a href='#method.uniform4iv_with_i32_array' class='fnname'>uniform4iv_with_i32_array</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform4iv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform4iv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-50' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-50' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform4iv_with_i32_sequence' class="method"><code id='uniform4iv_with_i32_sequence.v'>pub fn <a href='#method.uniform4iv_with_i32_sequence' class='fnname'>uniform4iv_with_i32_sequence</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform4iv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform4iv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-51' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-51' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform_matrix2fv_with_f32_array' class="method"><code id='uniform_matrix2fv_with_f32_array.v'>pub fn <a href='#method.uniform_matrix2fv_with_f32_array' class='fnname'>uniform_matrix2fv_with_f32_array</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;transpose: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniformMatrix2fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniformMatrix2fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-52' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-52' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform_matrix2fv_with_f32_sequence' class="method"><code id='uniform_matrix2fv_with_f32_sequence.v'>pub fn <a href='#method.uniform_matrix2fv_with_f32_sequence' class='fnname'>uniform_matrix2fv_with_f32_sequence</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;transpose: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniformMatrix2fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniformMatrix2fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-53' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-53' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform_matrix3fv_with_f32_array' class="method"><code id='uniform_matrix3fv_with_f32_array.v'>pub fn <a href='#method.uniform_matrix3fv_with_f32_array' class='fnname'>uniform_matrix3fv_with_f32_array</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;transpose: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniformMatrix3fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniformMatrix3fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-54' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-54' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform_matrix3fv_with_f32_sequence' class="method"><code id='uniform_matrix3fv_with_f32_sequence.v'>pub fn <a href='#method.uniform_matrix3fv_with_f32_sequence' class='fnname'>uniform_matrix3fv_with_f32_sequence</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;transpose: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniformMatrix3fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniformMatrix3fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-55' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-55' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform_matrix4fv_with_f32_array' class="method"><code id='uniform_matrix4fv_with_f32_array.v'>pub fn <a href='#method.uniform_matrix4fv_with_f32_array' class='fnname'>uniform_matrix4fv_with_f32_array</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;transpose: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniformMatrix4fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniformMatrix4fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-56' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-56' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform_matrix4fv_with_f32_sequence' class="method"><code id='uniform_matrix4fv_with_f32_sequence.v'>pub fn <a href='#method.uniform_matrix4fv_with_f32_sequence' class='fnname'>uniform_matrix4fv_with_f32_sequence</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;transpose: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;data: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniformMatrix4fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniformMatrix4fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-57' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-57' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.active_texture' class="method"><code id='active_texture.v'>pub fn <a href='#method.active_texture' class='fnname'>active_texture</a>(&amp;self, texture: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>activeTexture()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/activeTexture">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-58' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-58' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.attach_shader' class="method"><code id='attach_shader.v'>pub fn <a href='#method.attach_shader' class='fnname'>attach_shader</a>(&amp;self, program: &amp;<a class="struct" href="../web_sys/struct.WebGlProgram.html" title="struct web_sys::WebGlProgram">WebGlProgram</a>, shader: &amp;<a class="struct" href="../web_sys/struct.WebGlShader.html" title="struct web_sys::WebGlShader">WebGlShader</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>attachShader()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/attachShader">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlProgram</code>, <code>WebGlRenderingContext</code>, <code>WebGlShader</code></em></p>
</div></div><h3 id='impl-59' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-59' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.bind_attrib_location' class="method"><code id='bind_attrib_location.v'>pub fn <a href='#method.bind_attrib_location' class='fnname'>bind_attrib_location</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;program: &amp;<a class="struct" href="../web_sys/struct.WebGlProgram.html" title="struct web_sys::WebGlProgram">WebGlProgram</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;index: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>bindAttribLocation()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bindAttribLocation">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlProgram</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-60' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-60' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.bind_buffer' class="method"><code id='bind_buffer.v'>pub fn <a href='#method.bind_buffer' class='fnname'>bind_buffer</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, buffer: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlBuffer.html" title="struct web_sys::WebGlBuffer">WebGlBuffer</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>bindBuffer()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bindBuffer">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlBuffer</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-61' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-61' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.bind_framebuffer' class="method"><code id='bind_framebuffer.v'>pub fn <a href='#method.bind_framebuffer' class='fnname'>bind_framebuffer</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;framebuffer: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlFramebuffer.html" title="struct web_sys::WebGlFramebuffer">WebGlFramebuffer</a>&gt;<br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>bindFramebuffer()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bindFramebuffer">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlFramebuffer</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-62' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-62' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.bind_renderbuffer' class="method"><code id='bind_renderbuffer.v'>pub fn <a href='#method.bind_renderbuffer' class='fnname'>bind_renderbuffer</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;renderbuffer: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlRenderbuffer.html" title="struct web_sys::WebGlRenderbuffer">WebGlRenderbuffer</a>&gt;<br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>bindRenderbuffer()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bindRenderbuffer">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderbuffer</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-63' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-63' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.bind_texture' class="method"><code id='bind_texture.v'>pub fn <a href='#method.bind_texture' class='fnname'>bind_texture</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, texture: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlTexture.html" title="struct web_sys::WebGlTexture">WebGlTexture</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>bindTexture()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bindTexture">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlTexture</code></em></p>
</div></div><h3 id='impl-64' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-64' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.blend_color' class="method"><code id='blend_color.v'>pub fn <a href='#method.blend_color' class='fnname'>blend_color</a>(&amp;self, red: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, green: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, blue: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, alpha: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>blendColor()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/blendColor">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-65' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-65' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.blend_equation' class="method"><code id='blend_equation.v'>pub fn <a href='#method.blend_equation' class='fnname'>blend_equation</a>(&amp;self, mode: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>blendEquation()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/blendEquation">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-66' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-66' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.blend_equation_separate' class="method"><code id='blend_equation_separate.v'>pub fn <a href='#method.blend_equation_separate' class='fnname'>blend_equation_separate</a>(&amp;self, mode_rgb: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, mode_alpha: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>blendEquationSeparate()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/blendEquationSeparate">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-67' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-67' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.blend_func' class="method"><code id='blend_func.v'>pub fn <a href='#method.blend_func' class='fnname'>blend_func</a>(&amp;self, sfactor: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, dfactor: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>blendFunc()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/blendFunc">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-68' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-68' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.blend_func_separate' class="method"><code id='blend_func_separate.v'>pub fn <a href='#method.blend_func_separate' class='fnname'>blend_func_separate</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;src_rgb: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;dst_rgb: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;src_alpha: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;dst_alpha: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>blendFuncSeparate()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/blendFuncSeparate">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-69' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-69' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.check_framebuffer_status' class="method"><code id='check_framebuffer_status.v'>pub fn <a href='#method.check_framebuffer_status' class='fnname'>check_framebuffer_status</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>checkFramebufferStatus()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/checkFramebufferStatus">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-70' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-70' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.clear' class="method"><code id='clear.v'>pub fn <a href='#method.clear' class='fnname'>clear</a>(&amp;self, mask: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>clear()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/clear">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-71' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-71' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.clear_color' class="method"><code id='clear_color.v'>pub fn <a href='#method.clear_color' class='fnname'>clear_color</a>(&amp;self, red: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, green: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, blue: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, alpha: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>clearColor()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/clearColor">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-72' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-72' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.clear_depth' class="method"><code id='clear_depth.v'>pub fn <a href='#method.clear_depth' class='fnname'>clear_depth</a>(&amp;self, depth: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>clearDepth()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/clearDepth">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-73' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-73' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.clear_stencil' class="method"><code id='clear_stencil.v'>pub fn <a href='#method.clear_stencil' class='fnname'>clear_stencil</a>(&amp;self, s: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>clearStencil()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/clearStencil">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-74' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-74' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.color_mask' class="method"><code id='color_mask.v'>pub fn <a href='#method.color_mask' class='fnname'>color_mask</a>(&amp;self, red: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, green: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, blue: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, alpha: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>colorMask()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/colorMask">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-75' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-75' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.compile_shader' class="method"><code id='compile_shader.v'>pub fn <a href='#method.compile_shader' class='fnname'>compile_shader</a>(&amp;self, shader: &amp;<a class="struct" href="../web_sys/struct.WebGlShader.html" title="struct web_sys::WebGlShader">WebGlShader</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>compileShader()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/compileShader">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlShader</code></em></p>
</div></div><h3 id='impl-76' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-76' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.copy_tex_image_2d' class="method"><code id='copy_tex_image_2d.v'>pub fn <a href='#method.copy_tex_image_2d' class='fnname'>copy_tex_image_2d</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;internalformat: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;height: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;border: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>copyTexImage2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/copyTexImage2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-77' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-77' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.copy_tex_sub_image_2d' class="method"><code id='copy_tex_sub_image_2d.v'>pub fn <a href='#method.copy_tex_sub_image_2d' class='fnname'>copy_tex_sub_image_2d</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;xoffset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;yoffset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;height: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>copyTexSubImage2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/copyTexSubImage2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-78' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-78' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_buffer' class="method"><code id='create_buffer.v'>pub fn <a href='#method.create_buffer' class='fnname'>create_buffer</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.WebGlBuffer.html" title="struct web_sys::WebGlBuffer">WebGlBuffer</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createBuffer()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/createBuffer">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlBuffer</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-79' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-79' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_framebuffer' class="method"><code id='create_framebuffer.v'>pub fn <a href='#method.create_framebuffer' class='fnname'>create_framebuffer</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.WebGlFramebuffer.html" title="struct web_sys::WebGlFramebuffer">WebGlFramebuffer</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createFramebuffer()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/createFramebuffer">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlFramebuffer</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-80' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-80' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_program' class="method"><code id='create_program.v'>pub fn <a href='#method.create_program' class='fnname'>create_program</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.WebGlProgram.html" title="struct web_sys::WebGlProgram">WebGlProgram</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createProgram()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/createProgram">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlProgram</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-81' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-81' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_renderbuffer' class="method"><code id='create_renderbuffer.v'>pub fn <a href='#method.create_renderbuffer' class='fnname'>create_renderbuffer</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.WebGlRenderbuffer.html" title="struct web_sys::WebGlRenderbuffer">WebGlRenderbuffer</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createRenderbuffer()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/createRenderbuffer">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderbuffer</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-82' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-82' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_shader' class="method"><code id='create_shader.v'>pub fn <a href='#method.create_shader' class='fnname'>create_shader</a>(&amp;self, type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.WebGlShader.html" title="struct web_sys::WebGlShader">WebGlShader</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createShader()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/createShader">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlShader</code></em></p>
</div></div><h3 id='impl-83' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-83' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_texture' class="method"><code id='create_texture.v'>pub fn <a href='#method.create_texture' class='fnname'>create_texture</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.WebGlTexture.html" title="struct web_sys::WebGlTexture">WebGlTexture</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createTexture()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/createTexture">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlTexture</code></em></p>
</div></div><h3 id='impl-84' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-84' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.cull_face' class="method"><code id='cull_face.v'>pub fn <a href='#method.cull_face' class='fnname'>cull_face</a>(&amp;self, mode: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>cullFace()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/cullFace">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-85' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-85' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.delete_buffer' class="method"><code id='delete_buffer.v'>pub fn <a href='#method.delete_buffer' class='fnname'>delete_buffer</a>(&amp;self, buffer: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlBuffer.html" title="struct web_sys::WebGlBuffer">WebGlBuffer</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>deleteBuffer()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/deleteBuffer">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlBuffer</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-86' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-86' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.delete_framebuffer' class="method"><code id='delete_framebuffer.v'>pub fn <a href='#method.delete_framebuffer' class='fnname'>delete_framebuffer</a>(&amp;self, framebuffer: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlFramebuffer.html" title="struct web_sys::WebGlFramebuffer">WebGlFramebuffer</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>deleteFramebuffer()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/deleteFramebuffer">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlFramebuffer</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-87' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-87' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.delete_program' class="method"><code id='delete_program.v'>pub fn <a href='#method.delete_program' class='fnname'>delete_program</a>(&amp;self, program: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlProgram.html" title="struct web_sys::WebGlProgram">WebGlProgram</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>deleteProgram()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/deleteProgram">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlProgram</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-88' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-88' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.delete_renderbuffer' class="method"><code id='delete_renderbuffer.v'>pub fn <a href='#method.delete_renderbuffer' class='fnname'>delete_renderbuffer</a>(&amp;self, renderbuffer: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlRenderbuffer.html" title="struct web_sys::WebGlRenderbuffer">WebGlRenderbuffer</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>deleteRenderbuffer()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/deleteRenderbuffer">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderbuffer</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-89' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-89' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.delete_shader' class="method"><code id='delete_shader.v'>pub fn <a href='#method.delete_shader' class='fnname'>delete_shader</a>(&amp;self, shader: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlShader.html" title="struct web_sys::WebGlShader">WebGlShader</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>deleteShader()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/deleteShader">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlShader</code></em></p>
</div></div><h3 id='impl-90' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-90' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.delete_texture' class="method"><code id='delete_texture.v'>pub fn <a href='#method.delete_texture' class='fnname'>delete_texture</a>(&amp;self, texture: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlTexture.html" title="struct web_sys::WebGlTexture">WebGlTexture</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>deleteTexture()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/deleteTexture">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlTexture</code></em></p>
</div></div><h3 id='impl-91' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-91' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.depth_func' class="method"><code id='depth_func.v'>pub fn <a href='#method.depth_func' class='fnname'>depth_func</a>(&amp;self, func: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>depthFunc()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/depthFunc">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-92' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-92' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.depth_mask' class="method"><code id='depth_mask.v'>pub fn <a href='#method.depth_mask' class='fnname'>depth_mask</a>(&amp;self, flag: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>depthMask()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/depthMask">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-93' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-93' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.depth_range' class="method"><code id='depth_range.v'>pub fn <a href='#method.depth_range' class='fnname'>depth_range</a>(&amp;self, z_near: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, z_far: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>depthRange()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/depthRange">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-94' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-94' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.detach_shader' class="method"><code id='detach_shader.v'>pub fn <a href='#method.detach_shader' class='fnname'>detach_shader</a>(&amp;self, program: &amp;<a class="struct" href="../web_sys/struct.WebGlProgram.html" title="struct web_sys::WebGlProgram">WebGlProgram</a>, shader: &amp;<a class="struct" href="../web_sys/struct.WebGlShader.html" title="struct web_sys::WebGlShader">WebGlShader</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>detachShader()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/detachShader">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlProgram</code>, <code>WebGlRenderingContext</code>, <code>WebGlShader</code></em></p>
</div></div><h3 id='impl-95' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-95' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.disable' class="method"><code id='disable.v'>pub fn <a href='#method.disable' class='fnname'>disable</a>(&amp;self, cap: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>disable()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/disable">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-96' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-96' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.disable_vertex_attrib_array' class="method"><code id='disable_vertex_attrib_array.v'>pub fn <a href='#method.disable_vertex_attrib_array' class='fnname'>disable_vertex_attrib_array</a>(&amp;self, index: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>disableVertexAttribArray()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/disableVertexAttribArray">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-97' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-97' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.draw_arrays' class="method"><code id='draw_arrays.v'>pub fn <a href='#method.draw_arrays' class='fnname'>draw_arrays</a>(&amp;self, mode: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, first: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, count: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>drawArrays()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/drawArrays">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-98' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-98' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.draw_elements_with_i32' class="method"><code id='draw_elements_with_i32.v'>pub fn <a href='#method.draw_elements_with_i32' class='fnname'>draw_elements_with_i32</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;mode: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;count: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;offset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>drawElements()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/drawElements">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-99' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-99' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.draw_elements_with_f64' class="method"><code id='draw_elements_with_f64.v'>pub fn <a href='#method.draw_elements_with_f64' class='fnname'>draw_elements_with_f64</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;mode: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;count: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;offset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>drawElements()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/drawElements">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-100' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-100' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.enable' class="method"><code id='enable.v'>pub fn <a href='#method.enable' class='fnname'>enable</a>(&amp;self, cap: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>enable()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/enable">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-101' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-101' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.enable_vertex_attrib_array' class="method"><code id='enable_vertex_attrib_array.v'>pub fn <a href='#method.enable_vertex_attrib_array' class='fnname'>enable_vertex_attrib_array</a>(&amp;self, index: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>enableVertexAttribArray()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/enableVertexAttribArray">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-102' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-102' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.finish' class="method"><code id='finish.v'>pub fn <a href='#method.finish' class='fnname'>finish</a>(&amp;self)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>finish()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/finish">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-103' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-103' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.flush' class="method"><code id='flush.v'>pub fn <a href='#method.flush' class='fnname'>flush</a>(&amp;self)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>flush()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/flush">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-104' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-104' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.framebuffer_renderbuffer' class="method"><code id='framebuffer_renderbuffer.v'>pub fn <a href='#method.framebuffer_renderbuffer' class='fnname'>framebuffer_renderbuffer</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;attachment: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;renderbuffertarget: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;renderbuffer: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlRenderbuffer.html" title="struct web_sys::WebGlRenderbuffer">WebGlRenderbuffer</a>&gt;<br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>framebufferRenderbuffer()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/framebufferRenderbuffer">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderbuffer</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-105' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-105' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.framebuffer_texture_2d' class="method"><code id='framebuffer_texture_2d.v'>pub fn <a href='#method.framebuffer_texture_2d' class='fnname'>framebuffer_texture_2d</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;attachment: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;textarget: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;texture: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlTexture.html" title="struct web_sys::WebGlTexture">WebGlTexture</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;level: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>framebufferTexture2D()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/framebufferTexture2D">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlTexture</code></em></p>
</div></div><h3 id='impl-106' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-106' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.front_face' class="method"><code id='front_face.v'>pub fn <a href='#method.front_face' class='fnname'>front_face</a>(&amp;self, mode: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>frontFace()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/frontFace">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-107' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-107' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.generate_mipmap' class="method"><code id='generate_mipmap.v'>pub fn <a href='#method.generate_mipmap' class='fnname'>generate_mipmap</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>generateMipmap()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/generateMipmap">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-108' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-108' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_active_attrib' class="method"><code id='get_active_attrib.v'>pub fn <a href='#method.get_active_attrib' class='fnname'>get_active_attrib</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;program: &amp;<a class="struct" href="../web_sys/struct.WebGlProgram.html" title="struct web_sys::WebGlProgram">WebGlProgram</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;index: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.WebGlActiveInfo.html" title="struct web_sys::WebGlActiveInfo">WebGlActiveInfo</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getActiveAttrib()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getActiveAttrib">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlActiveInfo</code>, <code>WebGlProgram</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-109' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-109' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_active_uniform' class="method"><code id='get_active_uniform.v'>pub fn <a href='#method.get_active_uniform' class='fnname'>get_active_uniform</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;program: &amp;<a class="struct" href="../web_sys/struct.WebGlProgram.html" title="struct web_sys::WebGlProgram">WebGlProgram</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;index: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.WebGlActiveInfo.html" title="struct web_sys::WebGlActiveInfo">WebGlActiveInfo</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getActiveUniform()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getActiveUniform">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlActiveInfo</code>, <code>WebGlProgram</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-110' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-110' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_attached_shaders' class="method"><code id='get_attached_shaders.v'>pub fn <a href='#method.get_attached_shaders' class='fnname'>get_attached_shaders</a>(&amp;self, program: &amp;<a class="struct" href="../web_sys/struct.WebGlProgram.html" title="struct web_sys::WebGlProgram">WebGlProgram</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Array.html" title="struct js_sys::Array">Array</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getAttachedShaders()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getAttachedShaders">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlProgram</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-111' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-111' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_attrib_location' class="method"><code id='get_attrib_location.v'>pub fn <a href='#method.get_attrib_location' class='fnname'>get_attrib_location</a>(&amp;self, program: &amp;<a class="struct" href="../web_sys/struct.WebGlProgram.html" title="struct web_sys::WebGlProgram">WebGlProgram</a>, name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getAttribLocation()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getAttribLocation">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlProgram</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-112' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-112' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_buffer_parameter' class="method"><code id='get_buffer_parameter.v'>pub fn <a href='#method.get_buffer_parameter' class='fnname'>get_buffer_parameter</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, pname: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getBufferParameter()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getBufferParameter">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-113' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-113' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_context_attributes' class="method"><code id='get_context_attributes.v'>pub fn <a href='#method.get_context_attributes' class='fnname'>get_context_attributes</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.WebGlContextAttributes.html" title="struct web_sys::WebGlContextAttributes">WebGlContextAttributes</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getContextAttributes()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getContextAttributes">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlContextAttributes</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-114' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-114' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_error' class="method"><code id='get_error.v'>pub fn <a href='#method.get_error' class='fnname'>get_error</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getError()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getError">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-115' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-115' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_extension' class="method"><code id='get_extension.v'>pub fn <a href='#method.get_extension' class='fnname'>get_extension</a>(&amp;self, name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a>&gt;, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getExtension()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getExtension">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-116' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-116' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_framebuffer_attachment_parameter' class="method"><code id='get_framebuffer_attachment_parameter.v'>pub fn <a href='#method.get_framebuffer_attachment_parameter' class='fnname'>get_framebuffer_attachment_parameter</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;attachment: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;pname: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getFramebufferAttachmentParameter()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getFramebufferAttachmentParameter">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-117' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-117' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_parameter' class="method"><code id='get_parameter.v'>pub fn <a href='#method.get_parameter' class='fnname'>get_parameter</a>(&amp;self, pname: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getParameter()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getParameter">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-118' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-118' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_program_info_log' class="method"><code id='get_program_info_log.v'>pub fn <a href='#method.get_program_info_log' class='fnname'>get_program_info_log</a>(&amp;self, program: &amp;<a class="struct" href="../web_sys/struct.WebGlProgram.html" title="struct web_sys::WebGlProgram">WebGlProgram</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getProgramInfoLog()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getProgramInfoLog">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlProgram</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-119' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-119' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_program_parameter' class="method"><code id='get_program_parameter.v'>pub fn <a href='#method.get_program_parameter' class='fnname'>get_program_parameter</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;program: &amp;<a class="struct" href="../web_sys/struct.WebGlProgram.html" title="struct web_sys::WebGlProgram">WebGlProgram</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;pname: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -&gt; <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getProgramParameter()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getProgramParameter">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlProgram</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-120' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-120' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_renderbuffer_parameter' class="method"><code id='get_renderbuffer_parameter.v'>pub fn <a href='#method.get_renderbuffer_parameter' class='fnname'>get_renderbuffer_parameter</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, pname: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getRenderbufferParameter()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getRenderbufferParameter">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-121' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-121' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_shader_info_log' class="method"><code id='get_shader_info_log.v'>pub fn <a href='#method.get_shader_info_log' class='fnname'>get_shader_info_log</a>(&amp;self, shader: &amp;<a class="struct" href="../web_sys/struct.WebGlShader.html" title="struct web_sys::WebGlShader">WebGlShader</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getShaderInfoLog()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getShaderInfoLog">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlShader</code></em></p>
</div></div><h3 id='impl-122' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-122' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_shader_parameter' class="method"><code id='get_shader_parameter.v'>pub fn <a href='#method.get_shader_parameter' class='fnname'>get_shader_parameter</a>(&amp;self, shader: &amp;<a class="struct" href="../web_sys/struct.WebGlShader.html" title="struct web_sys::WebGlShader">WebGlShader</a>, pname: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getShaderParameter()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getShaderParameter">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlShader</code></em></p>
</div></div><h3 id='impl-123' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-123' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_shader_precision_format' class="method"><code id='get_shader_precision_format.v'>pub fn <a href='#method.get_shader_precision_format' class='fnname'>get_shader_precision_format</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;shadertype: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;precisiontype: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.WebGlShaderPrecisionFormat.html" title="struct web_sys::WebGlShaderPrecisionFormat">WebGlShaderPrecisionFormat</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getShaderPrecisionFormat()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getShaderPrecisionFormat">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlShaderPrecisionFormat</code></em></p>
</div></div><h3 id='impl-124' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-124' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_shader_source' class="method"><code id='get_shader_source.v'>pub fn <a href='#method.get_shader_source' class='fnname'>get_shader_source</a>(&amp;self, shader: &amp;<a class="struct" href="../web_sys/struct.WebGlShader.html" title="struct web_sys::WebGlShader">WebGlShader</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getShaderSource()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getShaderSource">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlShader</code></em></p>
</div></div><h3 id='impl-125' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-125' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_supported_extensions' class="method"><code id='get_supported_extensions.v'>pub fn <a href='#method.get_supported_extensions' class='fnname'>get_supported_extensions</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Array.html" title="struct js_sys::Array">Array</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getSupportedExtensions()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getSupportedExtensions">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-126' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-126' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_tex_parameter' class="method"><code id='get_tex_parameter.v'>pub fn <a href='#method.get_tex_parameter' class='fnname'>get_tex_parameter</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, pname: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getTexParameter()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getTexParameter">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-127' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-127' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_uniform' class="method"><code id='get_uniform.v'>pub fn <a href='#method.get_uniform' class='fnname'>get_uniform</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;program: &amp;<a class="struct" href="../web_sys/struct.WebGlProgram.html" title="struct web_sys::WebGlProgram">WebGlProgram</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: &amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a><br>) -&gt; <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getUniform()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getUniform">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlProgram</code>, <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-128' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-128' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_uniform_location' class="method"><code id='get_uniform_location.v'>pub fn <a href='#method.get_uniform_location' class='fnname'>get_uniform_location</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;program: &amp;<a class="struct" href="../web_sys/struct.WebGlProgram.html" title="struct web_sys::WebGlProgram">WebGlProgram</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getUniformLocation()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getUniformLocation">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlProgram</code>, <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-129' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-129' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_vertex_attrib' class="method"><code id='get_vertex_attrib.v'>pub fn <a href='#method.get_vertex_attrib' class='fnname'>get_vertex_attrib</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;index: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;pname: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getVertexAttrib()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getVertexAttrib">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-130' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-130' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_vertex_attrib_offset' class="method"><code id='get_vertex_attrib_offset.v'>pub fn <a href='#method.get_vertex_attrib_offset' class='fnname'>get_vertex_attrib_offset</a>(&amp;self, index: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, pname: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getVertexAttribOffset()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getVertexAttribOffset">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-131' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-131' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.hint' class="method"><code id='hint.v'>pub fn <a href='#method.hint' class='fnname'>hint</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, mode: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>hint()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/hint">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-132' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-132' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.is_buffer' class="method"><code id='is_buffer.v'>pub fn <a href='#method.is_buffer' class='fnname'>is_buffer</a>(&amp;self, buffer: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlBuffer.html" title="struct web_sys::WebGlBuffer">WebGlBuffer</a>&gt;) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>isBuffer()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/isBuffer">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlBuffer</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-133' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-133' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.is_context_lost' class="method"><code id='is_context_lost.v'>pub fn <a href='#method.is_context_lost' class='fnname'>is_context_lost</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>isContextLost()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/isContextLost">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-134' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-134' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.is_enabled' class="method"><code id='is_enabled.v'>pub fn <a href='#method.is_enabled' class='fnname'>is_enabled</a>(&amp;self, cap: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>isEnabled()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/isEnabled">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-135' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-135' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.is_framebuffer' class="method"><code id='is_framebuffer.v'>pub fn <a href='#method.is_framebuffer' class='fnname'>is_framebuffer</a>(&amp;self, framebuffer: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlFramebuffer.html" title="struct web_sys::WebGlFramebuffer">WebGlFramebuffer</a>&gt;) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>isFramebuffer()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/isFramebuffer">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlFramebuffer</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-136' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-136' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.is_program' class="method"><code id='is_program.v'>pub fn <a href='#method.is_program' class='fnname'>is_program</a>(&amp;self, program: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlProgram.html" title="struct web_sys::WebGlProgram">WebGlProgram</a>&gt;) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>isProgram()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/isProgram">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlProgram</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-137' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-137' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.is_renderbuffer' class="method"><code id='is_renderbuffer.v'>pub fn <a href='#method.is_renderbuffer' class='fnname'>is_renderbuffer</a>(&amp;self, renderbuffer: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlRenderbuffer.html" title="struct web_sys::WebGlRenderbuffer">WebGlRenderbuffer</a>&gt;) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>isRenderbuffer()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/isRenderbuffer">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderbuffer</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-138' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-138' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.is_shader' class="method"><code id='is_shader.v'>pub fn <a href='#method.is_shader' class='fnname'>is_shader</a>(&amp;self, shader: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlShader.html" title="struct web_sys::WebGlShader">WebGlShader</a>&gt;) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>isShader()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/isShader">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlShader</code></em></p>
</div></div><h3 id='impl-139' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-139' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.is_texture' class="method"><code id='is_texture.v'>pub fn <a href='#method.is_texture' class='fnname'>is_texture</a>(&amp;self, texture: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlTexture.html" title="struct web_sys::WebGlTexture">WebGlTexture</a>&gt;) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>isTexture()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/isTexture">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlTexture</code></em></p>
</div></div><h3 id='impl-140' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-140' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.line_width' class="method"><code id='line_width.v'>pub fn <a href='#method.line_width' class='fnname'>line_width</a>(&amp;self, width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>lineWidth()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/lineWidth">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-141' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-141' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.link_program' class="method"><code id='link_program.v'>pub fn <a href='#method.link_program' class='fnname'>link_program</a>(&amp;self, program: &amp;<a class="struct" href="../web_sys/struct.WebGlProgram.html" title="struct web_sys::WebGlProgram">WebGlProgram</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>linkProgram()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/linkProgram">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlProgram</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-142' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-142' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.make_xr_compatible' class="method"><code id='make_xr_compatible.v'>pub fn <a href='#method.make_xr_compatible' class='fnname'>make_xr_compatible</a>(&amp;self) -&gt; <a class="struct" href="../js_sys/struct.Promise.html" title="struct js_sys::Promise">Promise</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>makeXRCompatible()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/makeXRCompatible">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-143' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-143' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.pixel_storei' class="method"><code id='pixel_storei.v'>pub fn <a href='#method.pixel_storei' class='fnname'>pixel_storei</a>(&amp;self, pname: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, param: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>pixelStorei()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/pixelStorei">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-144' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-144' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.polygon_offset' class="method"><code id='polygon_offset.v'>pub fn <a href='#method.polygon_offset' class='fnname'>polygon_offset</a>(&amp;self, factor: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, units: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>polygonOffset()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/polygonOffset">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-145' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-145' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.renderbuffer_storage' class="method"><code id='renderbuffer_storage.v'>pub fn <a href='#method.renderbuffer_storage' class='fnname'>renderbuffer_storage</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;internalformat: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;height: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>renderbufferStorage()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/renderbufferStorage">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-146' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-146' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.sample_coverage' class="method"><code id='sample_coverage.v'>pub fn <a href='#method.sample_coverage' class='fnname'>sample_coverage</a>(&amp;self, value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, invert: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>sampleCoverage()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/sampleCoverage">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-147' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-147' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.scissor' class="method"><code id='scissor.v'>pub fn <a href='#method.scissor' class='fnname'>scissor</a>(&amp;self, x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, height: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>scissor()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/scissor">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-148' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-148' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.shader_source' class="method"><code id='shader_source.v'>pub fn <a href='#method.shader_source' class='fnname'>shader_source</a>(&amp;self, shader: &amp;<a class="struct" href="../web_sys/struct.WebGlShader.html" title="struct web_sys::WebGlShader">WebGlShader</a>, source: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>shaderSource()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/shaderSource">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlShader</code></em></p>
</div></div><h3 id='impl-149' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-149' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.stencil_func' class="method"><code id='stencil_func.v'>pub fn <a href='#method.stencil_func' class='fnname'>stencil_func</a>(&amp;self, func: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, ref_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, mask: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>stencilFunc()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/stencilFunc">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-150' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-150' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.stencil_func_separate' class="method"><code id='stencil_func_separate.v'>pub fn <a href='#method.stencil_func_separate' class='fnname'>stencil_func_separate</a>(&amp;self, face: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, func: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, ref_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, mask: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>stencilFuncSeparate()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/stencilFuncSeparate">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-151' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-151' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.stencil_mask' class="method"><code id='stencil_mask.v'>pub fn <a href='#method.stencil_mask' class='fnname'>stencil_mask</a>(&amp;self, mask: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>stencilMask()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/stencilMask">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-152' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-152' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.stencil_mask_separate' class="method"><code id='stencil_mask_separate.v'>pub fn <a href='#method.stencil_mask_separate' class='fnname'>stencil_mask_separate</a>(&amp;self, face: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, mask: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>stencilMaskSeparate()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/stencilMaskSeparate">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-153' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-153' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.stencil_op' class="method"><code id='stencil_op.v'>pub fn <a href='#method.stencil_op' class='fnname'>stencil_op</a>(&amp;self, fail: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, zfail: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, zpass: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>stencilOp()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/stencilOp">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-154' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-154' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.stencil_op_separate' class="method"><code id='stencil_op_separate.v'>pub fn <a href='#method.stencil_op_separate' class='fnname'>stencil_op_separate</a>(&amp;self, face: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, fail: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, zfail: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, zpass: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>stencilOpSeparate()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/stencilOpSeparate">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-155' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-155' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.tex_parameterf' class="method"><code id='tex_parameterf.v'>pub fn <a href='#method.tex_parameterf' class='fnname'>tex_parameterf</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, pname: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, param: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>texParameterf()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texParameterf">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-156' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-156' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.tex_parameteri' class="method"><code id='tex_parameteri.v'>pub fn <a href='#method.tex_parameteri' class='fnname'>tex_parameteri</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, pname: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, param: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>texParameteri()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texParameteri">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-157' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-157' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform1f' class="method"><code id='uniform1f.v'>pub fn <a href='#method.uniform1f' class='fnname'>uniform1f</a>(&amp;self, location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform1f()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform1f">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-158' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-158' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform1i' class="method"><code id='uniform1i.v'>pub fn <a href='#method.uniform1i' class='fnname'>uniform1i</a>(&amp;self, location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform1i()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform1i">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-159' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-159' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform2f' class="method"><code id='uniform2f.v'>pub fn <a href='#method.uniform2f' class='fnname'>uniform2f</a>(&amp;self, location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform2f()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform2f">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-160' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-160' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform2i' class="method"><code id='uniform2i.v'>pub fn <a href='#method.uniform2i' class='fnname'>uniform2i</a>(&amp;self, location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform2i()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform2i">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-161' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-161' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform3f' class="method"><code id='uniform3f.v'>pub fn <a href='#method.uniform3f' class='fnname'>uniform3f</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;z: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform3f()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform3f">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-162' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-162' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform3i' class="method"><code id='uniform3i.v'>pub fn <a href='#method.uniform3i' class='fnname'>uniform3i</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;z: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform3i()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform3i">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-163' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-163' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform4f' class="method"><code id='uniform4f.v'>pub fn <a href='#method.uniform4f' class='fnname'>uniform4f</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;z: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;w: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform4f()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform4f">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-164' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-164' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.uniform4i' class="method"><code id='uniform4i.v'>pub fn <a href='#method.uniform4i' class='fnname'>uniform4i</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlUniformLocation.html" title="struct web_sys::WebGlUniformLocation">WebGlUniformLocation</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;z: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;w: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>uniform4i()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform4i">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code>, <code>WebGlUniformLocation</code></em></p>
</div></div><h3 id='impl-165' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-165' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.use_program' class="method"><code id='use_program.v'>pub fn <a href='#method.use_program' class='fnname'>use_program</a>(&amp;self, program: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.WebGlProgram.html" title="struct web_sys::WebGlProgram">WebGlProgram</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>useProgram()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/useProgram">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlProgram</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-166' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-166' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.validate_program' class="method"><code id='validate_program.v'>pub fn <a href='#method.validate_program' class='fnname'>validate_program</a>(&amp;self, program: &amp;<a class="struct" href="../web_sys/struct.WebGlProgram.html" title="struct web_sys::WebGlProgram">WebGlProgram</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>validateProgram()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/validateProgram">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlProgram</code>, <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-167' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-167' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.vertex_attrib1f' class="method"><code id='vertex_attrib1f.v'>pub fn <a href='#method.vertex_attrib1f' class='fnname'>vertex_attrib1f</a>(&amp;self, indx: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>vertexAttrib1f()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/vertexAttrib1f">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-168' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-168' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.vertex_attrib1fv_with_f32_array' class="method"><code id='vertex_attrib1fv_with_f32_array.v'>pub fn <a href='#method.vertex_attrib1fv_with_f32_array' class='fnname'>vertex_attrib1fv_with_f32_array</a>(&amp;self, indx: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, values: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>vertexAttrib1fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/vertexAttrib1fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-169' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-169' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.vertex_attrib1fv_with_f32_sequence' class="method"><code id='vertex_attrib1fv_with_f32_sequence.v'>pub fn <a href='#method.vertex_attrib1fv_with_f32_sequence' class='fnname'>vertex_attrib1fv_with_f32_sequence</a>(&amp;self, indx: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, values: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>vertexAttrib1fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/vertexAttrib1fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-170' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-170' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.vertex_attrib2f' class="method"><code id='vertex_attrib2f.v'>pub fn <a href='#method.vertex_attrib2f' class='fnname'>vertex_attrib2f</a>(&amp;self, indx: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>vertexAttrib2f()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/vertexAttrib2f">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-171' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-171' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.vertex_attrib2fv_with_f32_array' class="method"><code id='vertex_attrib2fv_with_f32_array.v'>pub fn <a href='#method.vertex_attrib2fv_with_f32_array' class='fnname'>vertex_attrib2fv_with_f32_array</a>(&amp;self, indx: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, values: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>vertexAttrib2fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/vertexAttrib2fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-172' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-172' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.vertex_attrib2fv_with_f32_sequence' class="method"><code id='vertex_attrib2fv_with_f32_sequence.v'>pub fn <a href='#method.vertex_attrib2fv_with_f32_sequence' class='fnname'>vertex_attrib2fv_with_f32_sequence</a>(&amp;self, indx: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, values: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>vertexAttrib2fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/vertexAttrib2fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-173' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-173' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.vertex_attrib3f' class="method"><code id='vertex_attrib3f.v'>pub fn <a href='#method.vertex_attrib3f' class='fnname'>vertex_attrib3f</a>(&amp;self, indx: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, z: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>vertexAttrib3f()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/vertexAttrib3f">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-174' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-174' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.vertex_attrib3fv_with_f32_array' class="method"><code id='vertex_attrib3fv_with_f32_array.v'>pub fn <a href='#method.vertex_attrib3fv_with_f32_array' class='fnname'>vertex_attrib3fv_with_f32_array</a>(&amp;self, indx: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, values: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>vertexAttrib3fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/vertexAttrib3fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-175' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-175' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.vertex_attrib3fv_with_f32_sequence' class="method"><code id='vertex_attrib3fv_with_f32_sequence.v'>pub fn <a href='#method.vertex_attrib3fv_with_f32_sequence' class='fnname'>vertex_attrib3fv_with_f32_sequence</a>(&amp;self, indx: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, values: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>vertexAttrib3fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/vertexAttrib3fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-176' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-176' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.vertex_attrib4f' class="method"><code id='vertex_attrib4f.v'>pub fn <a href='#method.vertex_attrib4f' class='fnname'>vertex_attrib4f</a>(&amp;self, indx: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, z: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, w: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>vertexAttrib4f()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/vertexAttrib4f">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-177' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-177' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.vertex_attrib4fv_with_f32_array' class="method"><code id='vertex_attrib4fv_with_f32_array.v'>pub fn <a href='#method.vertex_attrib4fv_with_f32_array' class='fnname'>vertex_attrib4fv_with_f32_array</a>(&amp;self, indx: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, values: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>vertexAttrib4fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/vertexAttrib4fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-178' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-178' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.vertex_attrib4fv_with_f32_sequence' class="method"><code id='vertex_attrib4fv_with_f32_sequence.v'>pub fn <a href='#method.vertex_attrib4fv_with_f32_sequence' class='fnname'>vertex_attrib4fv_with_f32_sequence</a>(&amp;self, indx: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, values: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>vertexAttrib4fv()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/vertexAttrib4fv">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-179' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-179' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.vertex_attrib_pointer_with_i32' class="method"><code id='vertex_attrib_pointer_with_i32.v'>pub fn <a href='#method.vertex_attrib_pointer_with_i32' class='fnname'>vertex_attrib_pointer_with_i32</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;indx: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;size: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;normalized: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;stride: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;offset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>vertexAttribPointer()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/vertexAttribPointer">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-180' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-180' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.vertex_attrib_pointer_with_f64' class="method"><code id='vertex_attrib_pointer_with_f64.v'>pub fn <a href='#method.vertex_attrib_pointer_with_f64' class='fnname'>vertex_attrib_pointer_with_f64</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;indx: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;size: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;type_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;normalized: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;stride: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;offset: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a><br>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>vertexAttribPointer()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/vertexAttribPointer">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-181' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-181' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.viewport' class="method"><code id='viewport.v'>pub fn <a href='#method.viewport' class='fnname'>viewport</a>(&amp;self, x: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, y: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, height: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>viewport()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/viewport">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h3 id='impl-182' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-182' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#1939-3124' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedconstant.DEPTH_BUFFER_BIT' class="associatedconstant"><code id='DEPTH_BUFFER_BIT.v'>pub const <a href='#associatedconstant.DEPTH_BUFFER_BIT' class="constant"><b>DEPTH_BUFFER_BIT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#1943' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.DEPTH_BUFFER_BIT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STENCIL_BUFFER_BIT' class="associatedconstant"><code id='STENCIL_BUFFER_BIT.v'>pub const <a href='#associatedconstant.STENCIL_BUFFER_BIT' class="constant"><b>STENCIL_BUFFER_BIT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#1947' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STENCIL_BUFFER_BIT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.COLOR_BUFFER_BIT' class="associatedconstant"><code id='COLOR_BUFFER_BIT.v'>pub const <a href='#associatedconstant.COLOR_BUFFER_BIT' class="constant"><b>COLOR_BUFFER_BIT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#1951' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.COLOR_BUFFER_BIT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.POINTS' class="associatedconstant"><code id='POINTS.v'>pub const <a href='#associatedconstant.POINTS' class="constant"><b>POINTS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#1955' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.POINTS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.LINES' class="associatedconstant"><code id='LINES.v'>pub const <a href='#associatedconstant.LINES' class="constant"><b>LINES</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#1959' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.LINES</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.LINE_LOOP' class="associatedconstant"><code id='LINE_LOOP.v'>pub const <a href='#associatedconstant.LINE_LOOP' class="constant"><b>LINE_LOOP</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#1963' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.LINE_LOOP</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.LINE_STRIP' class="associatedconstant"><code id='LINE_STRIP.v'>pub const <a href='#associatedconstant.LINE_STRIP' class="constant"><b>LINE_STRIP</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#1967' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.LINE_STRIP</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TRIANGLES' class="associatedconstant"><code id='TRIANGLES.v'>pub const <a href='#associatedconstant.TRIANGLES' class="constant"><b>TRIANGLES</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#1971' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TRIANGLES</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TRIANGLE_STRIP' class="associatedconstant"><code id='TRIANGLE_STRIP.v'>pub const <a href='#associatedconstant.TRIANGLE_STRIP' class="constant"><b>TRIANGLE_STRIP</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#1975' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TRIANGLE_STRIP</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TRIANGLE_FAN' class="associatedconstant"><code id='TRIANGLE_FAN.v'>pub const <a href='#associatedconstant.TRIANGLE_FAN' class="constant"><b>TRIANGLE_FAN</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#1979' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TRIANGLE_FAN</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ZERO' class="associatedconstant"><code id='ZERO.v'>pub const <a href='#associatedconstant.ZERO' class="constant"><b>ZERO</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#1983' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ZERO</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ONE' class="associatedconstant"><code id='ONE.v'>pub const <a href='#associatedconstant.ONE' class="constant"><b>ONE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#1987' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ONE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.SRC_COLOR' class="associatedconstant"><code id='SRC_COLOR.v'>pub const <a href='#associatedconstant.SRC_COLOR' class="constant"><b>SRC_COLOR</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#1991' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.SRC_COLOR</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ONE_MINUS_SRC_COLOR' class="associatedconstant"><code id='ONE_MINUS_SRC_COLOR.v'>pub const <a href='#associatedconstant.ONE_MINUS_SRC_COLOR' class="constant"><b>ONE_MINUS_SRC_COLOR</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#1995' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ONE_MINUS_SRC_COLOR</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.SRC_ALPHA' class="associatedconstant"><code id='SRC_ALPHA.v'>pub const <a href='#associatedconstant.SRC_ALPHA' class="constant"><b>SRC_ALPHA</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#1999' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.SRC_ALPHA</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ONE_MINUS_SRC_ALPHA' class="associatedconstant"><code id='ONE_MINUS_SRC_ALPHA.v'>pub const <a href='#associatedconstant.ONE_MINUS_SRC_ALPHA' class="constant"><b>ONE_MINUS_SRC_ALPHA</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2003' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ONE_MINUS_SRC_ALPHA</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.DST_ALPHA' class="associatedconstant"><code id='DST_ALPHA.v'>pub const <a href='#associatedconstant.DST_ALPHA' class="constant"><b>DST_ALPHA</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2007' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.DST_ALPHA</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ONE_MINUS_DST_ALPHA' class="associatedconstant"><code id='ONE_MINUS_DST_ALPHA.v'>pub const <a href='#associatedconstant.ONE_MINUS_DST_ALPHA' class="constant"><b>ONE_MINUS_DST_ALPHA</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2011' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ONE_MINUS_DST_ALPHA</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.DST_COLOR' class="associatedconstant"><code id='DST_COLOR.v'>pub const <a href='#associatedconstant.DST_COLOR' class="constant"><b>DST_COLOR</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2015' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.DST_COLOR</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ONE_MINUS_DST_COLOR' class="associatedconstant"><code id='ONE_MINUS_DST_COLOR.v'>pub const <a href='#associatedconstant.ONE_MINUS_DST_COLOR' class="constant"><b>ONE_MINUS_DST_COLOR</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2019' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ONE_MINUS_DST_COLOR</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.SRC_ALPHA_SATURATE' class="associatedconstant"><code id='SRC_ALPHA_SATURATE.v'>pub const <a href='#associatedconstant.SRC_ALPHA_SATURATE' class="constant"><b>SRC_ALPHA_SATURATE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2023' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.SRC_ALPHA_SATURATE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FUNC_ADD' class="associatedconstant"><code id='FUNC_ADD.v'>pub const <a href='#associatedconstant.FUNC_ADD' class="constant"><b>FUNC_ADD</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2027' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FUNC_ADD</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.BLEND_EQUATION' class="associatedconstant"><code id='BLEND_EQUATION.v'>pub const <a href='#associatedconstant.BLEND_EQUATION' class="constant"><b>BLEND_EQUATION</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2031' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.BLEND_EQUATION</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.BLEND_EQUATION_RGB' class="associatedconstant"><code id='BLEND_EQUATION_RGB.v'>pub const <a href='#associatedconstant.BLEND_EQUATION_RGB' class="constant"><b>BLEND_EQUATION_RGB</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2035' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.BLEND_EQUATION_RGB</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.BLEND_EQUATION_ALPHA' class="associatedconstant"><code id='BLEND_EQUATION_ALPHA.v'>pub const <a href='#associatedconstant.BLEND_EQUATION_ALPHA' class="constant"><b>BLEND_EQUATION_ALPHA</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2039' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.BLEND_EQUATION_ALPHA</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FUNC_SUBTRACT' class="associatedconstant"><code id='FUNC_SUBTRACT.v'>pub const <a href='#associatedconstant.FUNC_SUBTRACT' class="constant"><b>FUNC_SUBTRACT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2043' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FUNC_SUBTRACT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FUNC_REVERSE_SUBTRACT' class="associatedconstant"><code id='FUNC_REVERSE_SUBTRACT.v'>pub const <a href='#associatedconstant.FUNC_REVERSE_SUBTRACT' class="constant"><b>FUNC_REVERSE_SUBTRACT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2047' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FUNC_REVERSE_SUBTRACT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.BLEND_DST_RGB' class="associatedconstant"><code id='BLEND_DST_RGB.v'>pub const <a href='#associatedconstant.BLEND_DST_RGB' class="constant"><b>BLEND_DST_RGB</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2051' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.BLEND_DST_RGB</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.BLEND_SRC_RGB' class="associatedconstant"><code id='BLEND_SRC_RGB.v'>pub const <a href='#associatedconstant.BLEND_SRC_RGB' class="constant"><b>BLEND_SRC_RGB</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2055' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.BLEND_SRC_RGB</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.BLEND_DST_ALPHA' class="associatedconstant"><code id='BLEND_DST_ALPHA.v'>pub const <a href='#associatedconstant.BLEND_DST_ALPHA' class="constant"><b>BLEND_DST_ALPHA</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2059' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.BLEND_DST_ALPHA</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.BLEND_SRC_ALPHA' class="associatedconstant"><code id='BLEND_SRC_ALPHA.v'>pub const <a href='#associatedconstant.BLEND_SRC_ALPHA' class="constant"><b>BLEND_SRC_ALPHA</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2063' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.BLEND_SRC_ALPHA</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.CONSTANT_COLOR' class="associatedconstant"><code id='CONSTANT_COLOR.v'>pub const <a href='#associatedconstant.CONSTANT_COLOR' class="constant"><b>CONSTANT_COLOR</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2067' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.CONSTANT_COLOR</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ONE_MINUS_CONSTANT_COLOR' class="associatedconstant"><code id='ONE_MINUS_CONSTANT_COLOR.v'>pub const <a href='#associatedconstant.ONE_MINUS_CONSTANT_COLOR' class="constant"><b>ONE_MINUS_CONSTANT_COLOR</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2071' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ONE_MINUS_CONSTANT_COLOR</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.CONSTANT_ALPHA' class="associatedconstant"><code id='CONSTANT_ALPHA.v'>pub const <a href='#associatedconstant.CONSTANT_ALPHA' class="constant"><b>CONSTANT_ALPHA</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2075' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.CONSTANT_ALPHA</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ONE_MINUS_CONSTANT_ALPHA' class="associatedconstant"><code id='ONE_MINUS_CONSTANT_ALPHA.v'>pub const <a href='#associatedconstant.ONE_MINUS_CONSTANT_ALPHA' class="constant"><b>ONE_MINUS_CONSTANT_ALPHA</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2079' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ONE_MINUS_CONSTANT_ALPHA</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.BLEND_COLOR' class="associatedconstant"><code id='BLEND_COLOR.v'>pub const <a href='#associatedconstant.BLEND_COLOR' class="constant"><b>BLEND_COLOR</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2083' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.BLEND_COLOR</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ARRAY_BUFFER' class="associatedconstant"><code id='ARRAY_BUFFER.v'>pub const <a href='#associatedconstant.ARRAY_BUFFER' class="constant"><b>ARRAY_BUFFER</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2087' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ARRAY_BUFFER</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ELEMENT_ARRAY_BUFFER' class="associatedconstant"><code id='ELEMENT_ARRAY_BUFFER.v'>pub const <a href='#associatedconstant.ELEMENT_ARRAY_BUFFER' class="constant"><b>ELEMENT_ARRAY_BUFFER</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2091' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ELEMENT_ARRAY_BUFFER</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ARRAY_BUFFER_BINDING' class="associatedconstant"><code id='ARRAY_BUFFER_BINDING.v'>pub const <a href='#associatedconstant.ARRAY_BUFFER_BINDING' class="constant"><b>ARRAY_BUFFER_BINDING</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2095' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ARRAY_BUFFER_BINDING</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ELEMENT_ARRAY_BUFFER_BINDING' class="associatedconstant"><code id='ELEMENT_ARRAY_BUFFER_BINDING.v'>pub const <a href='#associatedconstant.ELEMENT_ARRAY_BUFFER_BINDING' class="constant"><b>ELEMENT_ARRAY_BUFFER_BINDING</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2099' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ELEMENT_ARRAY_BUFFER_BINDING</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STREAM_DRAW' class="associatedconstant"><code id='STREAM_DRAW.v'>pub const <a href='#associatedconstant.STREAM_DRAW' class="constant"><b>STREAM_DRAW</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2103' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STREAM_DRAW</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STATIC_DRAW' class="associatedconstant"><code id='STATIC_DRAW.v'>pub const <a href='#associatedconstant.STATIC_DRAW' class="constant"><b>STATIC_DRAW</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2107' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STATIC_DRAW</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.DYNAMIC_DRAW' class="associatedconstant"><code id='DYNAMIC_DRAW.v'>pub const <a href='#associatedconstant.DYNAMIC_DRAW' class="constant"><b>DYNAMIC_DRAW</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2111' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.DYNAMIC_DRAW</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.BUFFER_SIZE' class="associatedconstant"><code id='BUFFER_SIZE.v'>pub const <a href='#associatedconstant.BUFFER_SIZE' class="constant"><b>BUFFER_SIZE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2115' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.BUFFER_SIZE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.BUFFER_USAGE' class="associatedconstant"><code id='BUFFER_USAGE.v'>pub const <a href='#associatedconstant.BUFFER_USAGE' class="constant"><b>BUFFER_USAGE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2119' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.BUFFER_USAGE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.CURRENT_VERTEX_ATTRIB' class="associatedconstant"><code id='CURRENT_VERTEX_ATTRIB.v'>pub const <a href='#associatedconstant.CURRENT_VERTEX_ATTRIB' class="constant"><b>CURRENT_VERTEX_ATTRIB</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2123' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.CURRENT_VERTEX_ATTRIB</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FRONT' class="associatedconstant"><code id='FRONT.v'>pub const <a href='#associatedconstant.FRONT' class="constant"><b>FRONT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2127' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FRONT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.BACK' class="associatedconstant"><code id='BACK.v'>pub const <a href='#associatedconstant.BACK' class="constant"><b>BACK</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2131' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.BACK</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FRONT_AND_BACK' class="associatedconstant"><code id='FRONT_AND_BACK.v'>pub const <a href='#associatedconstant.FRONT_AND_BACK' class="constant"><b>FRONT_AND_BACK</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2135' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FRONT_AND_BACK</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.CULL_FACE' class="associatedconstant"><code id='CULL_FACE.v'>pub const <a href='#associatedconstant.CULL_FACE' class="constant"><b>CULL_FACE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2139' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.CULL_FACE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.BLEND' class="associatedconstant"><code id='BLEND.v'>pub const <a href='#associatedconstant.BLEND' class="constant"><b>BLEND</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2143' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.BLEND</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.DITHER' class="associatedconstant"><code id='DITHER.v'>pub const <a href='#associatedconstant.DITHER' class="constant"><b>DITHER</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2147' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.DITHER</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STENCIL_TEST' class="associatedconstant"><code id='STENCIL_TEST.v'>pub const <a href='#associatedconstant.STENCIL_TEST' class="constant"><b>STENCIL_TEST</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2151' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STENCIL_TEST</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.DEPTH_TEST' class="associatedconstant"><code id='DEPTH_TEST.v'>pub const <a href='#associatedconstant.DEPTH_TEST' class="constant"><b>DEPTH_TEST</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2155' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.DEPTH_TEST</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.SCISSOR_TEST' class="associatedconstant"><code id='SCISSOR_TEST.v'>pub const <a href='#associatedconstant.SCISSOR_TEST' class="constant"><b>SCISSOR_TEST</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2159' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.SCISSOR_TEST</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.POLYGON_OFFSET_FILL' class="associatedconstant"><code id='POLYGON_OFFSET_FILL.v'>pub const <a href='#associatedconstant.POLYGON_OFFSET_FILL' class="constant"><b>POLYGON_OFFSET_FILL</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2163' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.POLYGON_OFFSET_FILL</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.SAMPLE_ALPHA_TO_COVERAGE' class="associatedconstant"><code id='SAMPLE_ALPHA_TO_COVERAGE.v'>pub const <a href='#associatedconstant.SAMPLE_ALPHA_TO_COVERAGE' class="constant"><b>SAMPLE_ALPHA_TO_COVERAGE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2167' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.SAMPLE_ALPHA_TO_COVERAGE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.SAMPLE_COVERAGE' class="associatedconstant"><code id='SAMPLE_COVERAGE.v'>pub const <a href='#associatedconstant.SAMPLE_COVERAGE' class="constant"><b>SAMPLE_COVERAGE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2171' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.SAMPLE_COVERAGE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.NO_ERROR' class="associatedconstant"><code id='NO_ERROR.v'>pub const <a href='#associatedconstant.NO_ERROR' class="constant"><b>NO_ERROR</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2175' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.NO_ERROR</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.INVALID_ENUM' class="associatedconstant"><code id='INVALID_ENUM.v'>pub const <a href='#associatedconstant.INVALID_ENUM' class="constant"><b>INVALID_ENUM</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2179' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.INVALID_ENUM</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.INVALID_VALUE' class="associatedconstant"><code id='INVALID_VALUE.v'>pub const <a href='#associatedconstant.INVALID_VALUE' class="constant"><b>INVALID_VALUE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2183' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.INVALID_VALUE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.INVALID_OPERATION' class="associatedconstant"><code id='INVALID_OPERATION.v'>pub const <a href='#associatedconstant.INVALID_OPERATION' class="constant"><b>INVALID_OPERATION</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2187' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.INVALID_OPERATION</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.OUT_OF_MEMORY' class="associatedconstant"><code id='OUT_OF_MEMORY.v'>pub const <a href='#associatedconstant.OUT_OF_MEMORY' class="constant"><b>OUT_OF_MEMORY</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2191' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.OUT_OF_MEMORY</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.CW' class="associatedconstant"><code id='CW.v'>pub const <a href='#associatedconstant.CW' class="constant"><b>CW</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2195' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.CW</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.CCW' class="associatedconstant"><code id='CCW.v'>pub const <a href='#associatedconstant.CCW' class="constant"><b>CCW</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2199' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.CCW</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.LINE_WIDTH' class="associatedconstant"><code id='LINE_WIDTH.v'>pub const <a href='#associatedconstant.LINE_WIDTH' class="constant"><b>LINE_WIDTH</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2203' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.LINE_WIDTH</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ALIASED_POINT_SIZE_RANGE' class="associatedconstant"><code id='ALIASED_POINT_SIZE_RANGE.v'>pub const <a href='#associatedconstant.ALIASED_POINT_SIZE_RANGE' class="constant"><b>ALIASED_POINT_SIZE_RANGE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2207' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ALIASED_POINT_SIZE_RANGE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ALIASED_LINE_WIDTH_RANGE' class="associatedconstant"><code id='ALIASED_LINE_WIDTH_RANGE.v'>pub const <a href='#associatedconstant.ALIASED_LINE_WIDTH_RANGE' class="constant"><b>ALIASED_LINE_WIDTH_RANGE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2211' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ALIASED_LINE_WIDTH_RANGE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.CULL_FACE_MODE' class="associatedconstant"><code id='CULL_FACE_MODE.v'>pub const <a href='#associatedconstant.CULL_FACE_MODE' class="constant"><b>CULL_FACE_MODE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2215' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.CULL_FACE_MODE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FRONT_FACE' class="associatedconstant"><code id='FRONT_FACE.v'>pub const <a href='#associatedconstant.FRONT_FACE' class="constant"><b>FRONT_FACE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2219' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FRONT_FACE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.DEPTH_RANGE' class="associatedconstant"><code id='DEPTH_RANGE.v'>pub const <a href='#associatedconstant.DEPTH_RANGE' class="constant"><b>DEPTH_RANGE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2223' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.DEPTH_RANGE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.DEPTH_WRITEMASK' class="associatedconstant"><code id='DEPTH_WRITEMASK.v'>pub const <a href='#associatedconstant.DEPTH_WRITEMASK' class="constant"><b>DEPTH_WRITEMASK</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2227' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.DEPTH_WRITEMASK</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.DEPTH_CLEAR_VALUE' class="associatedconstant"><code id='DEPTH_CLEAR_VALUE.v'>pub const <a href='#associatedconstant.DEPTH_CLEAR_VALUE' class="constant"><b>DEPTH_CLEAR_VALUE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2231' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.DEPTH_CLEAR_VALUE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.DEPTH_FUNC' class="associatedconstant"><code id='DEPTH_FUNC.v'>pub const <a href='#associatedconstant.DEPTH_FUNC' class="constant"><b>DEPTH_FUNC</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2235' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.DEPTH_FUNC</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STENCIL_CLEAR_VALUE' class="associatedconstant"><code id='STENCIL_CLEAR_VALUE.v'>pub const <a href='#associatedconstant.STENCIL_CLEAR_VALUE' class="constant"><b>STENCIL_CLEAR_VALUE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2239' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STENCIL_CLEAR_VALUE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STENCIL_FUNC' class="associatedconstant"><code id='STENCIL_FUNC.v'>pub const <a href='#associatedconstant.STENCIL_FUNC' class="constant"><b>STENCIL_FUNC</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2243' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STENCIL_FUNC</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STENCIL_FAIL' class="associatedconstant"><code id='STENCIL_FAIL.v'>pub const <a href='#associatedconstant.STENCIL_FAIL' class="constant"><b>STENCIL_FAIL</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2247' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STENCIL_FAIL</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STENCIL_PASS_DEPTH_FAIL' class="associatedconstant"><code id='STENCIL_PASS_DEPTH_FAIL.v'>pub const <a href='#associatedconstant.STENCIL_PASS_DEPTH_FAIL' class="constant"><b>STENCIL_PASS_DEPTH_FAIL</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2251' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STENCIL_PASS_DEPTH_FAIL</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STENCIL_PASS_DEPTH_PASS' class="associatedconstant"><code id='STENCIL_PASS_DEPTH_PASS.v'>pub const <a href='#associatedconstant.STENCIL_PASS_DEPTH_PASS' class="constant"><b>STENCIL_PASS_DEPTH_PASS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2255' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STENCIL_PASS_DEPTH_PASS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STENCIL_REF' class="associatedconstant"><code id='STENCIL_REF.v'>pub const <a href='#associatedconstant.STENCIL_REF' class="constant"><b>STENCIL_REF</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2259' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STENCIL_REF</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STENCIL_VALUE_MASK' class="associatedconstant"><code id='STENCIL_VALUE_MASK.v'>pub const <a href='#associatedconstant.STENCIL_VALUE_MASK' class="constant"><b>STENCIL_VALUE_MASK</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2263' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STENCIL_VALUE_MASK</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STENCIL_WRITEMASK' class="associatedconstant"><code id='STENCIL_WRITEMASK.v'>pub const <a href='#associatedconstant.STENCIL_WRITEMASK' class="constant"><b>STENCIL_WRITEMASK</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2267' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STENCIL_WRITEMASK</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STENCIL_BACK_FUNC' class="associatedconstant"><code id='STENCIL_BACK_FUNC.v'>pub const <a href='#associatedconstant.STENCIL_BACK_FUNC' class="constant"><b>STENCIL_BACK_FUNC</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2271' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STENCIL_BACK_FUNC</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STENCIL_BACK_FAIL' class="associatedconstant"><code id='STENCIL_BACK_FAIL.v'>pub const <a href='#associatedconstant.STENCIL_BACK_FAIL' class="constant"><b>STENCIL_BACK_FAIL</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2275' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STENCIL_BACK_FAIL</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STENCIL_BACK_PASS_DEPTH_FAIL' class="associatedconstant"><code id='STENCIL_BACK_PASS_DEPTH_FAIL.v'>pub const <a href='#associatedconstant.STENCIL_BACK_PASS_DEPTH_FAIL' class="constant"><b>STENCIL_BACK_PASS_DEPTH_FAIL</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2279' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STENCIL_BACK_PASS_DEPTH_FAIL</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STENCIL_BACK_PASS_DEPTH_PASS' class="associatedconstant"><code id='STENCIL_BACK_PASS_DEPTH_PASS.v'>pub const <a href='#associatedconstant.STENCIL_BACK_PASS_DEPTH_PASS' class="constant"><b>STENCIL_BACK_PASS_DEPTH_PASS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2283' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STENCIL_BACK_PASS_DEPTH_PASS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STENCIL_BACK_REF' class="associatedconstant"><code id='STENCIL_BACK_REF.v'>pub const <a href='#associatedconstant.STENCIL_BACK_REF' class="constant"><b>STENCIL_BACK_REF</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2287' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STENCIL_BACK_REF</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STENCIL_BACK_VALUE_MASK' class="associatedconstant"><code id='STENCIL_BACK_VALUE_MASK.v'>pub const <a href='#associatedconstant.STENCIL_BACK_VALUE_MASK' class="constant"><b>STENCIL_BACK_VALUE_MASK</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2291' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STENCIL_BACK_VALUE_MASK</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STENCIL_BACK_WRITEMASK' class="associatedconstant"><code id='STENCIL_BACK_WRITEMASK.v'>pub const <a href='#associatedconstant.STENCIL_BACK_WRITEMASK' class="constant"><b>STENCIL_BACK_WRITEMASK</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2295' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STENCIL_BACK_WRITEMASK</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.VIEWPORT' class="associatedconstant"><code id='VIEWPORT.v'>pub const <a href='#associatedconstant.VIEWPORT' class="constant"><b>VIEWPORT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2299' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.VIEWPORT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.SCISSOR_BOX' class="associatedconstant"><code id='SCISSOR_BOX.v'>pub const <a href='#associatedconstant.SCISSOR_BOX' class="constant"><b>SCISSOR_BOX</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2303' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.SCISSOR_BOX</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.COLOR_CLEAR_VALUE' class="associatedconstant"><code id='COLOR_CLEAR_VALUE.v'>pub const <a href='#associatedconstant.COLOR_CLEAR_VALUE' class="constant"><b>COLOR_CLEAR_VALUE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2307' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.COLOR_CLEAR_VALUE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.COLOR_WRITEMASK' class="associatedconstant"><code id='COLOR_WRITEMASK.v'>pub const <a href='#associatedconstant.COLOR_WRITEMASK' class="constant"><b>COLOR_WRITEMASK</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2311' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.COLOR_WRITEMASK</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.UNPACK_ALIGNMENT' class="associatedconstant"><code id='UNPACK_ALIGNMENT.v'>pub const <a href='#associatedconstant.UNPACK_ALIGNMENT' class="constant"><b>UNPACK_ALIGNMENT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2315' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.UNPACK_ALIGNMENT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.PACK_ALIGNMENT' class="associatedconstant"><code id='PACK_ALIGNMENT.v'>pub const <a href='#associatedconstant.PACK_ALIGNMENT' class="constant"><b>PACK_ALIGNMENT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2319' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.PACK_ALIGNMENT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.MAX_TEXTURE_SIZE' class="associatedconstant"><code id='MAX_TEXTURE_SIZE.v'>pub const <a href='#associatedconstant.MAX_TEXTURE_SIZE' class="constant"><b>MAX_TEXTURE_SIZE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2323' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.MAX_TEXTURE_SIZE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.MAX_VIEWPORT_DIMS' class="associatedconstant"><code id='MAX_VIEWPORT_DIMS.v'>pub const <a href='#associatedconstant.MAX_VIEWPORT_DIMS' class="constant"><b>MAX_VIEWPORT_DIMS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2327' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.MAX_VIEWPORT_DIMS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.SUBPIXEL_BITS' class="associatedconstant"><code id='SUBPIXEL_BITS.v'>pub const <a href='#associatedconstant.SUBPIXEL_BITS' class="constant"><b>SUBPIXEL_BITS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2331' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.SUBPIXEL_BITS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.RED_BITS' class="associatedconstant"><code id='RED_BITS.v'>pub const <a href='#associatedconstant.RED_BITS' class="constant"><b>RED_BITS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2335' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.RED_BITS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.GREEN_BITS' class="associatedconstant"><code id='GREEN_BITS.v'>pub const <a href='#associatedconstant.GREEN_BITS' class="constant"><b>GREEN_BITS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2339' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.GREEN_BITS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.BLUE_BITS' class="associatedconstant"><code id='BLUE_BITS.v'>pub const <a href='#associatedconstant.BLUE_BITS' class="constant"><b>BLUE_BITS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2343' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.BLUE_BITS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ALPHA_BITS' class="associatedconstant"><code id='ALPHA_BITS.v'>pub const <a href='#associatedconstant.ALPHA_BITS' class="constant"><b>ALPHA_BITS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2347' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ALPHA_BITS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.DEPTH_BITS' class="associatedconstant"><code id='DEPTH_BITS.v'>pub const <a href='#associatedconstant.DEPTH_BITS' class="constant"><b>DEPTH_BITS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2351' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.DEPTH_BITS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STENCIL_BITS' class="associatedconstant"><code id='STENCIL_BITS.v'>pub const <a href='#associatedconstant.STENCIL_BITS' class="constant"><b>STENCIL_BITS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2355' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STENCIL_BITS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.POLYGON_OFFSET_UNITS' class="associatedconstant"><code id='POLYGON_OFFSET_UNITS.v'>pub const <a href='#associatedconstant.POLYGON_OFFSET_UNITS' class="constant"><b>POLYGON_OFFSET_UNITS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2359' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.POLYGON_OFFSET_UNITS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.POLYGON_OFFSET_FACTOR' class="associatedconstant"><code id='POLYGON_OFFSET_FACTOR.v'>pub const <a href='#associatedconstant.POLYGON_OFFSET_FACTOR' class="constant"><b>POLYGON_OFFSET_FACTOR</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2363' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.POLYGON_OFFSET_FACTOR</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE_BINDING_2D' class="associatedconstant"><code id='TEXTURE_BINDING_2D.v'>pub const <a href='#associatedconstant.TEXTURE_BINDING_2D' class="constant"><b>TEXTURE_BINDING_2D</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2367' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE_BINDING_2D</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.SAMPLE_BUFFERS' class="associatedconstant"><code id='SAMPLE_BUFFERS.v'>pub const <a href='#associatedconstant.SAMPLE_BUFFERS' class="constant"><b>SAMPLE_BUFFERS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2371' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.SAMPLE_BUFFERS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.SAMPLES' class="associatedconstant"><code id='SAMPLES.v'>pub const <a href='#associatedconstant.SAMPLES' class="constant"><b>SAMPLES</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2375' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.SAMPLES</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.SAMPLE_COVERAGE_VALUE' class="associatedconstant"><code id='SAMPLE_COVERAGE_VALUE.v'>pub const <a href='#associatedconstant.SAMPLE_COVERAGE_VALUE' class="constant"><b>SAMPLE_COVERAGE_VALUE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2379' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.SAMPLE_COVERAGE_VALUE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.SAMPLE_COVERAGE_INVERT' class="associatedconstant"><code id='SAMPLE_COVERAGE_INVERT.v'>pub const <a href='#associatedconstant.SAMPLE_COVERAGE_INVERT' class="constant"><b>SAMPLE_COVERAGE_INVERT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2383' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.SAMPLE_COVERAGE_INVERT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.COMPRESSED_TEXTURE_FORMATS' class="associatedconstant"><code id='COMPRESSED_TEXTURE_FORMATS.v'>pub const <a href='#associatedconstant.COMPRESSED_TEXTURE_FORMATS' class="constant"><b>COMPRESSED_TEXTURE_FORMATS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2387' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.COMPRESSED_TEXTURE_FORMATS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.DONT_CARE' class="associatedconstant"><code id='DONT_CARE.v'>pub const <a href='#associatedconstant.DONT_CARE' class="constant"><b>DONT_CARE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2391' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.DONT_CARE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FASTEST' class="associatedconstant"><code id='FASTEST.v'>pub const <a href='#associatedconstant.FASTEST' class="constant"><b>FASTEST</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2395' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FASTEST</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.NICEST' class="associatedconstant"><code id='NICEST.v'>pub const <a href='#associatedconstant.NICEST' class="constant"><b>NICEST</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2399' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.NICEST</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.GENERATE_MIPMAP_HINT' class="associatedconstant"><code id='GENERATE_MIPMAP_HINT.v'>pub const <a href='#associatedconstant.GENERATE_MIPMAP_HINT' class="constant"><b>GENERATE_MIPMAP_HINT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2403' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.GENERATE_MIPMAP_HINT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.BYTE' class="associatedconstant"><code id='BYTE.v'>pub const <a href='#associatedconstant.BYTE' class="constant"><b>BYTE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2407' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.BYTE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.UNSIGNED_BYTE' class="associatedconstant"><code id='UNSIGNED_BYTE.v'>pub const <a href='#associatedconstant.UNSIGNED_BYTE' class="constant"><b>UNSIGNED_BYTE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2411' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.UNSIGNED_BYTE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.SHORT' class="associatedconstant"><code id='SHORT.v'>pub const <a href='#associatedconstant.SHORT' class="constant"><b>SHORT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2415' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.SHORT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.UNSIGNED_SHORT' class="associatedconstant"><code id='UNSIGNED_SHORT.v'>pub const <a href='#associatedconstant.UNSIGNED_SHORT' class="constant"><b>UNSIGNED_SHORT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2419' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.UNSIGNED_SHORT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.INT' class="associatedconstant"><code id='INT.v'>pub const <a href='#associatedconstant.INT' class="constant"><b>INT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2423' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.INT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.UNSIGNED_INT' class="associatedconstant"><code id='UNSIGNED_INT.v'>pub const <a href='#associatedconstant.UNSIGNED_INT' class="constant"><b>UNSIGNED_INT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2427' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.UNSIGNED_INT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FLOAT' class="associatedconstant"><code id='FLOAT.v'>pub const <a href='#associatedconstant.FLOAT' class="constant"><b>FLOAT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2431' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FLOAT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.DEPTH_COMPONENT' class="associatedconstant"><code id='DEPTH_COMPONENT.v'>pub const <a href='#associatedconstant.DEPTH_COMPONENT' class="constant"><b>DEPTH_COMPONENT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2435' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.DEPTH_COMPONENT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ALPHA' class="associatedconstant"><code id='ALPHA.v'>pub const <a href='#associatedconstant.ALPHA' class="constant"><b>ALPHA</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2439' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ALPHA</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.RGB' class="associatedconstant"><code id='RGB.v'>pub const <a href='#associatedconstant.RGB' class="constant"><b>RGB</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2443' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.RGB</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.RGBA' class="associatedconstant"><code id='RGBA.v'>pub const <a href='#associatedconstant.RGBA' class="constant"><b>RGBA</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2447' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.RGBA</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.LUMINANCE' class="associatedconstant"><code id='LUMINANCE.v'>pub const <a href='#associatedconstant.LUMINANCE' class="constant"><b>LUMINANCE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2451' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.LUMINANCE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.LUMINANCE_ALPHA' class="associatedconstant"><code id='LUMINANCE_ALPHA.v'>pub const <a href='#associatedconstant.LUMINANCE_ALPHA' class="constant"><b>LUMINANCE_ALPHA</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2455' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.LUMINANCE_ALPHA</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.UNSIGNED_SHORT_4_4_4_4' class="associatedconstant"><code id='UNSIGNED_SHORT_4_4_4_4.v'>pub const <a href='#associatedconstant.UNSIGNED_SHORT_4_4_4_4' class="constant"><b>UNSIGNED_SHORT_4_4_4_4</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2459' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.UNSIGNED_SHORT_4_4_4_4</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.UNSIGNED_SHORT_5_5_5_1' class="associatedconstant"><code id='UNSIGNED_SHORT_5_5_5_1.v'>pub const <a href='#associatedconstant.UNSIGNED_SHORT_5_5_5_1' class="constant"><b>UNSIGNED_SHORT_5_5_5_1</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2463' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.UNSIGNED_SHORT_5_5_5_1</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.UNSIGNED_SHORT_5_6_5' class="associatedconstant"><code id='UNSIGNED_SHORT_5_6_5.v'>pub const <a href='#associatedconstant.UNSIGNED_SHORT_5_6_5' class="constant"><b>UNSIGNED_SHORT_5_6_5</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2467' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.UNSIGNED_SHORT_5_6_5</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FRAGMENT_SHADER' class="associatedconstant"><code id='FRAGMENT_SHADER.v'>pub const <a href='#associatedconstant.FRAGMENT_SHADER' class="constant"><b>FRAGMENT_SHADER</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2471' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FRAGMENT_SHADER</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.VERTEX_SHADER' class="associatedconstant"><code id='VERTEX_SHADER.v'>pub const <a href='#associatedconstant.VERTEX_SHADER' class="constant"><b>VERTEX_SHADER</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2475' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.VERTEX_SHADER</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.MAX_VERTEX_ATTRIBS' class="associatedconstant"><code id='MAX_VERTEX_ATTRIBS.v'>pub const <a href='#associatedconstant.MAX_VERTEX_ATTRIBS' class="constant"><b>MAX_VERTEX_ATTRIBS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2479' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.MAX_VERTEX_ATTRIBS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.MAX_VERTEX_UNIFORM_VECTORS' class="associatedconstant"><code id='MAX_VERTEX_UNIFORM_VECTORS.v'>pub const <a href='#associatedconstant.MAX_VERTEX_UNIFORM_VECTORS' class="constant"><b>MAX_VERTEX_UNIFORM_VECTORS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2483' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.MAX_VERTEX_UNIFORM_VECTORS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.MAX_VARYING_VECTORS' class="associatedconstant"><code id='MAX_VARYING_VECTORS.v'>pub const <a href='#associatedconstant.MAX_VARYING_VECTORS' class="constant"><b>MAX_VARYING_VECTORS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2487' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.MAX_VARYING_VECTORS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.MAX_COMBINED_TEXTURE_IMAGE_UNITS' class="associatedconstant"><code id='MAX_COMBINED_TEXTURE_IMAGE_UNITS.v'>pub const <a href='#associatedconstant.MAX_COMBINED_TEXTURE_IMAGE_UNITS' class="constant"><b>MAX_COMBINED_TEXTURE_IMAGE_UNITS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2491' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.MAX_COMBINED_TEXTURE_IMAGE_UNITS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.MAX_VERTEX_TEXTURE_IMAGE_UNITS' class="associatedconstant"><code id='MAX_VERTEX_TEXTURE_IMAGE_UNITS.v'>pub const <a href='#associatedconstant.MAX_VERTEX_TEXTURE_IMAGE_UNITS' class="constant"><b>MAX_VERTEX_TEXTURE_IMAGE_UNITS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2495' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.MAX_VERTEX_TEXTURE_IMAGE_UNITS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.MAX_TEXTURE_IMAGE_UNITS' class="associatedconstant"><code id='MAX_TEXTURE_IMAGE_UNITS.v'>pub const <a href='#associatedconstant.MAX_TEXTURE_IMAGE_UNITS' class="constant"><b>MAX_TEXTURE_IMAGE_UNITS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2499' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.MAX_TEXTURE_IMAGE_UNITS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.MAX_FRAGMENT_UNIFORM_VECTORS' class="associatedconstant"><code id='MAX_FRAGMENT_UNIFORM_VECTORS.v'>pub const <a href='#associatedconstant.MAX_FRAGMENT_UNIFORM_VECTORS' class="constant"><b>MAX_FRAGMENT_UNIFORM_VECTORS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2503' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.MAX_FRAGMENT_UNIFORM_VECTORS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.SHADER_TYPE' class="associatedconstant"><code id='SHADER_TYPE.v'>pub const <a href='#associatedconstant.SHADER_TYPE' class="constant"><b>SHADER_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2507' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.SHADER_TYPE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.DELETE_STATUS' class="associatedconstant"><code id='DELETE_STATUS.v'>pub const <a href='#associatedconstant.DELETE_STATUS' class="constant"><b>DELETE_STATUS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2511' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.DELETE_STATUS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.LINK_STATUS' class="associatedconstant"><code id='LINK_STATUS.v'>pub const <a href='#associatedconstant.LINK_STATUS' class="constant"><b>LINK_STATUS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2515' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.LINK_STATUS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.VALIDATE_STATUS' class="associatedconstant"><code id='VALIDATE_STATUS.v'>pub const <a href='#associatedconstant.VALIDATE_STATUS' class="constant"><b>VALIDATE_STATUS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2519' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.VALIDATE_STATUS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ATTACHED_SHADERS' class="associatedconstant"><code id='ATTACHED_SHADERS.v'>pub const <a href='#associatedconstant.ATTACHED_SHADERS' class="constant"><b>ATTACHED_SHADERS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2523' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ATTACHED_SHADERS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ACTIVE_UNIFORMS' class="associatedconstant"><code id='ACTIVE_UNIFORMS.v'>pub const <a href='#associatedconstant.ACTIVE_UNIFORMS' class="constant"><b>ACTIVE_UNIFORMS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2527' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ACTIVE_UNIFORMS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ACTIVE_ATTRIBUTES' class="associatedconstant"><code id='ACTIVE_ATTRIBUTES.v'>pub const <a href='#associatedconstant.ACTIVE_ATTRIBUTES' class="constant"><b>ACTIVE_ATTRIBUTES</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2531' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ACTIVE_ATTRIBUTES</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.SHADING_LANGUAGE_VERSION' class="associatedconstant"><code id='SHADING_LANGUAGE_VERSION.v'>pub const <a href='#associatedconstant.SHADING_LANGUAGE_VERSION' class="constant"><b>SHADING_LANGUAGE_VERSION</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2535' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.SHADING_LANGUAGE_VERSION</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.CURRENT_PROGRAM' class="associatedconstant"><code id='CURRENT_PROGRAM.v'>pub const <a href='#associatedconstant.CURRENT_PROGRAM' class="constant"><b>CURRENT_PROGRAM</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2539' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.CURRENT_PROGRAM</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.NEVER' class="associatedconstant"><code id='NEVER.v'>pub const <a href='#associatedconstant.NEVER' class="constant"><b>NEVER</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2543' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.NEVER</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.LESS' class="associatedconstant"><code id='LESS.v'>pub const <a href='#associatedconstant.LESS' class="constant"><b>LESS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2547' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.LESS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.EQUAL' class="associatedconstant"><code id='EQUAL.v'>pub const <a href='#associatedconstant.EQUAL' class="constant"><b>EQUAL</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2551' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.EQUAL</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.LEQUAL' class="associatedconstant"><code id='LEQUAL.v'>pub const <a href='#associatedconstant.LEQUAL' class="constant"><b>LEQUAL</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2555' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.LEQUAL</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.GREATER' class="associatedconstant"><code id='GREATER.v'>pub const <a href='#associatedconstant.GREATER' class="constant"><b>GREATER</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2559' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.GREATER</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.NOTEQUAL' class="associatedconstant"><code id='NOTEQUAL.v'>pub const <a href='#associatedconstant.NOTEQUAL' class="constant"><b>NOTEQUAL</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2563' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.NOTEQUAL</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.GEQUAL' class="associatedconstant"><code id='GEQUAL.v'>pub const <a href='#associatedconstant.GEQUAL' class="constant"><b>GEQUAL</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2567' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.GEQUAL</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ALWAYS' class="associatedconstant"><code id='ALWAYS.v'>pub const <a href='#associatedconstant.ALWAYS' class="constant"><b>ALWAYS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2571' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ALWAYS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.KEEP' class="associatedconstant"><code id='KEEP.v'>pub const <a href='#associatedconstant.KEEP' class="constant"><b>KEEP</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2575' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.KEEP</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.REPLACE' class="associatedconstant"><code id='REPLACE.v'>pub const <a href='#associatedconstant.REPLACE' class="constant"><b>REPLACE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2579' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.REPLACE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.INCR' class="associatedconstant"><code id='INCR.v'>pub const <a href='#associatedconstant.INCR' class="constant"><b>INCR</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2583' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.INCR</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.DECR' class="associatedconstant"><code id='DECR.v'>pub const <a href='#associatedconstant.DECR' class="constant"><b>DECR</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2587' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.DECR</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.INVERT' class="associatedconstant"><code id='INVERT.v'>pub const <a href='#associatedconstant.INVERT' class="constant"><b>INVERT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2591' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.INVERT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.INCR_WRAP' class="associatedconstant"><code id='INCR_WRAP.v'>pub const <a href='#associatedconstant.INCR_WRAP' class="constant"><b>INCR_WRAP</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2595' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.INCR_WRAP</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.DECR_WRAP' class="associatedconstant"><code id='DECR_WRAP.v'>pub const <a href='#associatedconstant.DECR_WRAP' class="constant"><b>DECR_WRAP</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2599' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.DECR_WRAP</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.VENDOR' class="associatedconstant"><code id='VENDOR.v'>pub const <a href='#associatedconstant.VENDOR' class="constant"><b>VENDOR</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2603' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.VENDOR</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.RENDERER' class="associatedconstant"><code id='RENDERER.v'>pub const <a href='#associatedconstant.RENDERER' class="constant"><b>RENDERER</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2607' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.RENDERER</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.VERSION' class="associatedconstant"><code id='VERSION.v'>pub const <a href='#associatedconstant.VERSION' class="constant"><b>VERSION</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2611' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.VERSION</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.NEAREST' class="associatedconstant"><code id='NEAREST.v'>pub const <a href='#associatedconstant.NEAREST' class="constant"><b>NEAREST</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2615' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.NEAREST</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.LINEAR' class="associatedconstant"><code id='LINEAR.v'>pub const <a href='#associatedconstant.LINEAR' class="constant"><b>LINEAR</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2619' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.LINEAR</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.NEAREST_MIPMAP_NEAREST' class="associatedconstant"><code id='NEAREST_MIPMAP_NEAREST.v'>pub const <a href='#associatedconstant.NEAREST_MIPMAP_NEAREST' class="constant"><b>NEAREST_MIPMAP_NEAREST</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2623' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.NEAREST_MIPMAP_NEAREST</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.LINEAR_MIPMAP_NEAREST' class="associatedconstant"><code id='LINEAR_MIPMAP_NEAREST.v'>pub const <a href='#associatedconstant.LINEAR_MIPMAP_NEAREST' class="constant"><b>LINEAR_MIPMAP_NEAREST</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2627' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.LINEAR_MIPMAP_NEAREST</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.NEAREST_MIPMAP_LINEAR' class="associatedconstant"><code id='NEAREST_MIPMAP_LINEAR.v'>pub const <a href='#associatedconstant.NEAREST_MIPMAP_LINEAR' class="constant"><b>NEAREST_MIPMAP_LINEAR</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2631' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.NEAREST_MIPMAP_LINEAR</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.LINEAR_MIPMAP_LINEAR' class="associatedconstant"><code id='LINEAR_MIPMAP_LINEAR.v'>pub const <a href='#associatedconstant.LINEAR_MIPMAP_LINEAR' class="constant"><b>LINEAR_MIPMAP_LINEAR</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2635' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.LINEAR_MIPMAP_LINEAR</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE_MAG_FILTER' class="associatedconstant"><code id='TEXTURE_MAG_FILTER.v'>pub const <a href='#associatedconstant.TEXTURE_MAG_FILTER' class="constant"><b>TEXTURE_MAG_FILTER</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2639' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE_MAG_FILTER</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE_MIN_FILTER' class="associatedconstant"><code id='TEXTURE_MIN_FILTER.v'>pub const <a href='#associatedconstant.TEXTURE_MIN_FILTER' class="constant"><b>TEXTURE_MIN_FILTER</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2643' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE_MIN_FILTER</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE_WRAP_S' class="associatedconstant"><code id='TEXTURE_WRAP_S.v'>pub const <a href='#associatedconstant.TEXTURE_WRAP_S' class="constant"><b>TEXTURE_WRAP_S</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2647' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE_WRAP_S</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE_WRAP_T' class="associatedconstant"><code id='TEXTURE_WRAP_T.v'>pub const <a href='#associatedconstant.TEXTURE_WRAP_T' class="constant"><b>TEXTURE_WRAP_T</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2651' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE_WRAP_T</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE_2D' class="associatedconstant"><code id='TEXTURE_2D.v'>pub const <a href='#associatedconstant.TEXTURE_2D' class="constant"><b>TEXTURE_2D</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2655' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE_2D</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE' class="associatedconstant"><code id='TEXTURE.v'>pub const <a href='#associatedconstant.TEXTURE' class="constant"><b>TEXTURE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2659' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE_CUBE_MAP' class="associatedconstant"><code id='TEXTURE_CUBE_MAP.v'>pub const <a href='#associatedconstant.TEXTURE_CUBE_MAP' class="constant"><b>TEXTURE_CUBE_MAP</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2663' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE_CUBE_MAP</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE_BINDING_CUBE_MAP' class="associatedconstant"><code id='TEXTURE_BINDING_CUBE_MAP.v'>pub const <a href='#associatedconstant.TEXTURE_BINDING_CUBE_MAP' class="constant"><b>TEXTURE_BINDING_CUBE_MAP</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2667' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE_BINDING_CUBE_MAP</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE_CUBE_MAP_POSITIVE_X' class="associatedconstant"><code id='TEXTURE_CUBE_MAP_POSITIVE_X.v'>pub const <a href='#associatedconstant.TEXTURE_CUBE_MAP_POSITIVE_X' class="constant"><b>TEXTURE_CUBE_MAP_POSITIVE_X</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2671' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE_CUBE_MAP_POSITIVE_X</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE_CUBE_MAP_NEGATIVE_X' class="associatedconstant"><code id='TEXTURE_CUBE_MAP_NEGATIVE_X.v'>pub const <a href='#associatedconstant.TEXTURE_CUBE_MAP_NEGATIVE_X' class="constant"><b>TEXTURE_CUBE_MAP_NEGATIVE_X</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2675' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE_CUBE_MAP_NEGATIVE_X</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE_CUBE_MAP_POSITIVE_Y' class="associatedconstant"><code id='TEXTURE_CUBE_MAP_POSITIVE_Y.v'>pub const <a href='#associatedconstant.TEXTURE_CUBE_MAP_POSITIVE_Y' class="constant"><b>TEXTURE_CUBE_MAP_POSITIVE_Y</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2679' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE_CUBE_MAP_POSITIVE_Y</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE_CUBE_MAP_NEGATIVE_Y' class="associatedconstant"><code id='TEXTURE_CUBE_MAP_NEGATIVE_Y.v'>pub const <a href='#associatedconstant.TEXTURE_CUBE_MAP_NEGATIVE_Y' class="constant"><b>TEXTURE_CUBE_MAP_NEGATIVE_Y</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2683' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE_CUBE_MAP_NEGATIVE_Y</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE_CUBE_MAP_POSITIVE_Z' class="associatedconstant"><code id='TEXTURE_CUBE_MAP_POSITIVE_Z.v'>pub const <a href='#associatedconstant.TEXTURE_CUBE_MAP_POSITIVE_Z' class="constant"><b>TEXTURE_CUBE_MAP_POSITIVE_Z</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2687' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE_CUBE_MAP_POSITIVE_Z</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE_CUBE_MAP_NEGATIVE_Z' class="associatedconstant"><code id='TEXTURE_CUBE_MAP_NEGATIVE_Z.v'>pub const <a href='#associatedconstant.TEXTURE_CUBE_MAP_NEGATIVE_Z' class="constant"><b>TEXTURE_CUBE_MAP_NEGATIVE_Z</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2691' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE_CUBE_MAP_NEGATIVE_Z</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.MAX_CUBE_MAP_TEXTURE_SIZE' class="associatedconstant"><code id='MAX_CUBE_MAP_TEXTURE_SIZE.v'>pub const <a href='#associatedconstant.MAX_CUBE_MAP_TEXTURE_SIZE' class="constant"><b>MAX_CUBE_MAP_TEXTURE_SIZE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2695' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.MAX_CUBE_MAP_TEXTURE_SIZE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE0' class="associatedconstant"><code id='TEXTURE0.v'>pub const <a href='#associatedconstant.TEXTURE0' class="constant"><b>TEXTURE0</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2699' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE0</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE1' class="associatedconstant"><code id='TEXTURE1.v'>pub const <a href='#associatedconstant.TEXTURE1' class="constant"><b>TEXTURE1</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2703' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE1</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE2' class="associatedconstant"><code id='TEXTURE2.v'>pub const <a href='#associatedconstant.TEXTURE2' class="constant"><b>TEXTURE2</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2707' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE2</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE3' class="associatedconstant"><code id='TEXTURE3.v'>pub const <a href='#associatedconstant.TEXTURE3' class="constant"><b>TEXTURE3</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2711' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE3</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE4' class="associatedconstant"><code id='TEXTURE4.v'>pub const <a href='#associatedconstant.TEXTURE4' class="constant"><b>TEXTURE4</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2715' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE4</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE5' class="associatedconstant"><code id='TEXTURE5.v'>pub const <a href='#associatedconstant.TEXTURE5' class="constant"><b>TEXTURE5</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2719' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE5</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE6' class="associatedconstant"><code id='TEXTURE6.v'>pub const <a href='#associatedconstant.TEXTURE6' class="constant"><b>TEXTURE6</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2723' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE6</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE7' class="associatedconstant"><code id='TEXTURE7.v'>pub const <a href='#associatedconstant.TEXTURE7' class="constant"><b>TEXTURE7</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2727' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE7</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE8' class="associatedconstant"><code id='TEXTURE8.v'>pub const <a href='#associatedconstant.TEXTURE8' class="constant"><b>TEXTURE8</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2731' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE8</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE9' class="associatedconstant"><code id='TEXTURE9.v'>pub const <a href='#associatedconstant.TEXTURE9' class="constant"><b>TEXTURE9</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2735' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE9</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE10' class="associatedconstant"><code id='TEXTURE10.v'>pub const <a href='#associatedconstant.TEXTURE10' class="constant"><b>TEXTURE10</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2739' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE10</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE11' class="associatedconstant"><code id='TEXTURE11.v'>pub const <a href='#associatedconstant.TEXTURE11' class="constant"><b>TEXTURE11</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2743' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE11</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE12' class="associatedconstant"><code id='TEXTURE12.v'>pub const <a href='#associatedconstant.TEXTURE12' class="constant"><b>TEXTURE12</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2747' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE12</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE13' class="associatedconstant"><code id='TEXTURE13.v'>pub const <a href='#associatedconstant.TEXTURE13' class="constant"><b>TEXTURE13</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2751' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE13</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE14' class="associatedconstant"><code id='TEXTURE14.v'>pub const <a href='#associatedconstant.TEXTURE14' class="constant"><b>TEXTURE14</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2755' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE14</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE15' class="associatedconstant"><code id='TEXTURE15.v'>pub const <a href='#associatedconstant.TEXTURE15' class="constant"><b>TEXTURE15</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2759' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE15</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE16' class="associatedconstant"><code id='TEXTURE16.v'>pub const <a href='#associatedconstant.TEXTURE16' class="constant"><b>TEXTURE16</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2763' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE16</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE17' class="associatedconstant"><code id='TEXTURE17.v'>pub const <a href='#associatedconstant.TEXTURE17' class="constant"><b>TEXTURE17</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2767' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE17</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE18' class="associatedconstant"><code id='TEXTURE18.v'>pub const <a href='#associatedconstant.TEXTURE18' class="constant"><b>TEXTURE18</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2771' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE18</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE19' class="associatedconstant"><code id='TEXTURE19.v'>pub const <a href='#associatedconstant.TEXTURE19' class="constant"><b>TEXTURE19</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2775' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE19</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE20' class="associatedconstant"><code id='TEXTURE20.v'>pub const <a href='#associatedconstant.TEXTURE20' class="constant"><b>TEXTURE20</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2779' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE20</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE21' class="associatedconstant"><code id='TEXTURE21.v'>pub const <a href='#associatedconstant.TEXTURE21' class="constant"><b>TEXTURE21</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2783' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE21</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE22' class="associatedconstant"><code id='TEXTURE22.v'>pub const <a href='#associatedconstant.TEXTURE22' class="constant"><b>TEXTURE22</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2787' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE22</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE23' class="associatedconstant"><code id='TEXTURE23.v'>pub const <a href='#associatedconstant.TEXTURE23' class="constant"><b>TEXTURE23</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2791' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE23</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE24' class="associatedconstant"><code id='TEXTURE24.v'>pub const <a href='#associatedconstant.TEXTURE24' class="constant"><b>TEXTURE24</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2795' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE24</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE25' class="associatedconstant"><code id='TEXTURE25.v'>pub const <a href='#associatedconstant.TEXTURE25' class="constant"><b>TEXTURE25</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2799' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE25</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE26' class="associatedconstant"><code id='TEXTURE26.v'>pub const <a href='#associatedconstant.TEXTURE26' class="constant"><b>TEXTURE26</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2803' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE26</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE27' class="associatedconstant"><code id='TEXTURE27.v'>pub const <a href='#associatedconstant.TEXTURE27' class="constant"><b>TEXTURE27</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2807' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE27</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE28' class="associatedconstant"><code id='TEXTURE28.v'>pub const <a href='#associatedconstant.TEXTURE28' class="constant"><b>TEXTURE28</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2811' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE28</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE29' class="associatedconstant"><code id='TEXTURE29.v'>pub const <a href='#associatedconstant.TEXTURE29' class="constant"><b>TEXTURE29</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2815' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE29</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE30' class="associatedconstant"><code id='TEXTURE30.v'>pub const <a href='#associatedconstant.TEXTURE30' class="constant"><b>TEXTURE30</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2819' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE30</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.TEXTURE31' class="associatedconstant"><code id='TEXTURE31.v'>pub const <a href='#associatedconstant.TEXTURE31' class="constant"><b>TEXTURE31</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2823' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.TEXTURE31</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.ACTIVE_TEXTURE' class="associatedconstant"><code id='ACTIVE_TEXTURE.v'>pub const <a href='#associatedconstant.ACTIVE_TEXTURE' class="constant"><b>ACTIVE_TEXTURE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2827' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.ACTIVE_TEXTURE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.REPEAT' class="associatedconstant"><code id='REPEAT.v'>pub const <a href='#associatedconstant.REPEAT' class="constant"><b>REPEAT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2831' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.REPEAT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.CLAMP_TO_EDGE' class="associatedconstant"><code id='CLAMP_TO_EDGE.v'>pub const <a href='#associatedconstant.CLAMP_TO_EDGE' class="constant"><b>CLAMP_TO_EDGE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2835' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.CLAMP_TO_EDGE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.MIRRORED_REPEAT' class="associatedconstant"><code id='MIRRORED_REPEAT.v'>pub const <a href='#associatedconstant.MIRRORED_REPEAT' class="constant"><b>MIRRORED_REPEAT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2839' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.MIRRORED_REPEAT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FLOAT_VEC2' class="associatedconstant"><code id='FLOAT_VEC2.v'>pub const <a href='#associatedconstant.FLOAT_VEC2' class="constant"><b>FLOAT_VEC2</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2843' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FLOAT_VEC2</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FLOAT_VEC3' class="associatedconstant"><code id='FLOAT_VEC3.v'>pub const <a href='#associatedconstant.FLOAT_VEC3' class="constant"><b>FLOAT_VEC3</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2847' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FLOAT_VEC3</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FLOAT_VEC4' class="associatedconstant"><code id='FLOAT_VEC4.v'>pub const <a href='#associatedconstant.FLOAT_VEC4' class="constant"><b>FLOAT_VEC4</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2851' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FLOAT_VEC4</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.INT_VEC2' class="associatedconstant"><code id='INT_VEC2.v'>pub const <a href='#associatedconstant.INT_VEC2' class="constant"><b>INT_VEC2</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2855' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.INT_VEC2</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.INT_VEC3' class="associatedconstant"><code id='INT_VEC3.v'>pub const <a href='#associatedconstant.INT_VEC3' class="constant"><b>INT_VEC3</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2859' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.INT_VEC3</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.INT_VEC4' class="associatedconstant"><code id='INT_VEC4.v'>pub const <a href='#associatedconstant.INT_VEC4' class="constant"><b>INT_VEC4</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2863' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.INT_VEC4</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.BOOL' class="associatedconstant"><code id='BOOL.v'>pub const <a href='#associatedconstant.BOOL' class="constant"><b>BOOL</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2867' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.BOOL</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.BOOL_VEC2' class="associatedconstant"><code id='BOOL_VEC2.v'>pub const <a href='#associatedconstant.BOOL_VEC2' class="constant"><b>BOOL_VEC2</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2871' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.BOOL_VEC2</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.BOOL_VEC3' class="associatedconstant"><code id='BOOL_VEC3.v'>pub const <a href='#associatedconstant.BOOL_VEC3' class="constant"><b>BOOL_VEC3</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2875' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.BOOL_VEC3</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.BOOL_VEC4' class="associatedconstant"><code id='BOOL_VEC4.v'>pub const <a href='#associatedconstant.BOOL_VEC4' class="constant"><b>BOOL_VEC4</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2879' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.BOOL_VEC4</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FLOAT_MAT2' class="associatedconstant"><code id='FLOAT_MAT2.v'>pub const <a href='#associatedconstant.FLOAT_MAT2' class="constant"><b>FLOAT_MAT2</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2883' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FLOAT_MAT2</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FLOAT_MAT3' class="associatedconstant"><code id='FLOAT_MAT3.v'>pub const <a href='#associatedconstant.FLOAT_MAT3' class="constant"><b>FLOAT_MAT3</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2887' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FLOAT_MAT3</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FLOAT_MAT4' class="associatedconstant"><code id='FLOAT_MAT4.v'>pub const <a href='#associatedconstant.FLOAT_MAT4' class="constant"><b>FLOAT_MAT4</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2891' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FLOAT_MAT4</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.SAMPLER_2D' class="associatedconstant"><code id='SAMPLER_2D.v'>pub const <a href='#associatedconstant.SAMPLER_2D' class="constant"><b>SAMPLER_2D</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2895' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.SAMPLER_2D</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.SAMPLER_CUBE' class="associatedconstant"><code id='SAMPLER_CUBE.v'>pub const <a href='#associatedconstant.SAMPLER_CUBE' class="constant"><b>SAMPLER_CUBE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2899' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.SAMPLER_CUBE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.VERTEX_ATTRIB_ARRAY_ENABLED' class="associatedconstant"><code id='VERTEX_ATTRIB_ARRAY_ENABLED.v'>pub const <a href='#associatedconstant.VERTEX_ATTRIB_ARRAY_ENABLED' class="constant"><b>VERTEX_ATTRIB_ARRAY_ENABLED</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2903' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.VERTEX_ATTRIB_ARRAY_ENABLED</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.VERTEX_ATTRIB_ARRAY_SIZE' class="associatedconstant"><code id='VERTEX_ATTRIB_ARRAY_SIZE.v'>pub const <a href='#associatedconstant.VERTEX_ATTRIB_ARRAY_SIZE' class="constant"><b>VERTEX_ATTRIB_ARRAY_SIZE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2907' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.VERTEX_ATTRIB_ARRAY_SIZE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.VERTEX_ATTRIB_ARRAY_STRIDE' class="associatedconstant"><code id='VERTEX_ATTRIB_ARRAY_STRIDE.v'>pub const <a href='#associatedconstant.VERTEX_ATTRIB_ARRAY_STRIDE' class="constant"><b>VERTEX_ATTRIB_ARRAY_STRIDE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2911' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.VERTEX_ATTRIB_ARRAY_STRIDE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.VERTEX_ATTRIB_ARRAY_TYPE' class="associatedconstant"><code id='VERTEX_ATTRIB_ARRAY_TYPE.v'>pub const <a href='#associatedconstant.VERTEX_ATTRIB_ARRAY_TYPE' class="constant"><b>VERTEX_ATTRIB_ARRAY_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2915' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.VERTEX_ATTRIB_ARRAY_TYPE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.VERTEX_ATTRIB_ARRAY_NORMALIZED' class="associatedconstant"><code id='VERTEX_ATTRIB_ARRAY_NORMALIZED.v'>pub const <a href='#associatedconstant.VERTEX_ATTRIB_ARRAY_NORMALIZED' class="constant"><b>VERTEX_ATTRIB_ARRAY_NORMALIZED</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2919' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.VERTEX_ATTRIB_ARRAY_NORMALIZED</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.VERTEX_ATTRIB_ARRAY_POINTER' class="associatedconstant"><code id='VERTEX_ATTRIB_ARRAY_POINTER.v'>pub const <a href='#associatedconstant.VERTEX_ATTRIB_ARRAY_POINTER' class="constant"><b>VERTEX_ATTRIB_ARRAY_POINTER</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2923' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.VERTEX_ATTRIB_ARRAY_POINTER</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.VERTEX_ATTRIB_ARRAY_BUFFER_BINDING' class="associatedconstant"><code id='VERTEX_ATTRIB_ARRAY_BUFFER_BINDING.v'>pub const <a href='#associatedconstant.VERTEX_ATTRIB_ARRAY_BUFFER_BINDING' class="constant"><b>VERTEX_ATTRIB_ARRAY_BUFFER_BINDING</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2927' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.VERTEX_ATTRIB_ARRAY_BUFFER_BINDING</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.IMPLEMENTATION_COLOR_READ_TYPE' class="associatedconstant"><code id='IMPLEMENTATION_COLOR_READ_TYPE.v'>pub const <a href='#associatedconstant.IMPLEMENTATION_COLOR_READ_TYPE' class="constant"><b>IMPLEMENTATION_COLOR_READ_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2931' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.IMPLEMENTATION_COLOR_READ_TYPE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.IMPLEMENTATION_COLOR_READ_FORMAT' class="associatedconstant"><code id='IMPLEMENTATION_COLOR_READ_FORMAT.v'>pub const <a href='#associatedconstant.IMPLEMENTATION_COLOR_READ_FORMAT' class="constant"><b>IMPLEMENTATION_COLOR_READ_FORMAT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2935' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.IMPLEMENTATION_COLOR_READ_FORMAT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.COMPILE_STATUS' class="associatedconstant"><code id='COMPILE_STATUS.v'>pub const <a href='#associatedconstant.COMPILE_STATUS' class="constant"><b>COMPILE_STATUS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2939' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.COMPILE_STATUS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.LOW_FLOAT' class="associatedconstant"><code id='LOW_FLOAT.v'>pub const <a href='#associatedconstant.LOW_FLOAT' class="constant"><b>LOW_FLOAT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2943' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.LOW_FLOAT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.MEDIUM_FLOAT' class="associatedconstant"><code id='MEDIUM_FLOAT.v'>pub const <a href='#associatedconstant.MEDIUM_FLOAT' class="constant"><b>MEDIUM_FLOAT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2947' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.MEDIUM_FLOAT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.HIGH_FLOAT' class="associatedconstant"><code id='HIGH_FLOAT.v'>pub const <a href='#associatedconstant.HIGH_FLOAT' class="constant"><b>HIGH_FLOAT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2951' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.HIGH_FLOAT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.LOW_INT' class="associatedconstant"><code id='LOW_INT.v'>pub const <a href='#associatedconstant.LOW_INT' class="constant"><b>LOW_INT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2955' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.LOW_INT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.MEDIUM_INT' class="associatedconstant"><code id='MEDIUM_INT.v'>pub const <a href='#associatedconstant.MEDIUM_INT' class="constant"><b>MEDIUM_INT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2959' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.MEDIUM_INT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.HIGH_INT' class="associatedconstant"><code id='HIGH_INT.v'>pub const <a href='#associatedconstant.HIGH_INT' class="constant"><b>HIGH_INT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2963' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.HIGH_INT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FRAMEBUFFER' class="associatedconstant"><code id='FRAMEBUFFER.v'>pub const <a href='#associatedconstant.FRAMEBUFFER' class="constant"><b>FRAMEBUFFER</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2967' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FRAMEBUFFER</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.RENDERBUFFER' class="associatedconstant"><code id='RENDERBUFFER.v'>pub const <a href='#associatedconstant.RENDERBUFFER' class="constant"><b>RENDERBUFFER</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2971' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.RENDERBUFFER</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.RGBA4' class="associatedconstant"><code id='RGBA4.v'>pub const <a href='#associatedconstant.RGBA4' class="constant"><b>RGBA4</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2975' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.RGBA4</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.RGB5_A1' class="associatedconstant"><code id='RGB5_A1.v'>pub const <a href='#associatedconstant.RGB5_A1' class="constant"><b>RGB5_A1</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2979' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.RGB5_A1</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.RGB565' class="associatedconstant"><code id='RGB565.v'>pub const <a href='#associatedconstant.RGB565' class="constant"><b>RGB565</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2983' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.RGB565</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.DEPTH_COMPONENT16' class="associatedconstant"><code id='DEPTH_COMPONENT16.v'>pub const <a href='#associatedconstant.DEPTH_COMPONENT16' class="constant"><b>DEPTH_COMPONENT16</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2987' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.DEPTH_COMPONENT16</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STENCIL_INDEX8' class="associatedconstant"><code id='STENCIL_INDEX8.v'>pub const <a href='#associatedconstant.STENCIL_INDEX8' class="constant"><b>STENCIL_INDEX8</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2991' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STENCIL_INDEX8</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.DEPTH_STENCIL' class="associatedconstant"><code id='DEPTH_STENCIL.v'>pub const <a href='#associatedconstant.DEPTH_STENCIL' class="constant"><b>DEPTH_STENCIL</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2995' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.DEPTH_STENCIL</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.RENDERBUFFER_WIDTH' class="associatedconstant"><code id='RENDERBUFFER_WIDTH.v'>pub const <a href='#associatedconstant.RENDERBUFFER_WIDTH' class="constant"><b>RENDERBUFFER_WIDTH</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#2999' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.RENDERBUFFER_WIDTH</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.RENDERBUFFER_HEIGHT' class="associatedconstant"><code id='RENDERBUFFER_HEIGHT.v'>pub const <a href='#associatedconstant.RENDERBUFFER_HEIGHT' class="constant"><b>RENDERBUFFER_HEIGHT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3003' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.RENDERBUFFER_HEIGHT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.RENDERBUFFER_INTERNAL_FORMAT' class="associatedconstant"><code id='RENDERBUFFER_INTERNAL_FORMAT.v'>pub const <a href='#associatedconstant.RENDERBUFFER_INTERNAL_FORMAT' class="constant"><b>RENDERBUFFER_INTERNAL_FORMAT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3007' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.RENDERBUFFER_INTERNAL_FORMAT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.RENDERBUFFER_RED_SIZE' class="associatedconstant"><code id='RENDERBUFFER_RED_SIZE.v'>pub const <a href='#associatedconstant.RENDERBUFFER_RED_SIZE' class="constant"><b>RENDERBUFFER_RED_SIZE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3011' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.RENDERBUFFER_RED_SIZE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.RENDERBUFFER_GREEN_SIZE' class="associatedconstant"><code id='RENDERBUFFER_GREEN_SIZE.v'>pub const <a href='#associatedconstant.RENDERBUFFER_GREEN_SIZE' class="constant"><b>RENDERBUFFER_GREEN_SIZE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3015' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.RENDERBUFFER_GREEN_SIZE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.RENDERBUFFER_BLUE_SIZE' class="associatedconstant"><code id='RENDERBUFFER_BLUE_SIZE.v'>pub const <a href='#associatedconstant.RENDERBUFFER_BLUE_SIZE' class="constant"><b>RENDERBUFFER_BLUE_SIZE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3019' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.RENDERBUFFER_BLUE_SIZE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.RENDERBUFFER_ALPHA_SIZE' class="associatedconstant"><code id='RENDERBUFFER_ALPHA_SIZE.v'>pub const <a href='#associatedconstant.RENDERBUFFER_ALPHA_SIZE' class="constant"><b>RENDERBUFFER_ALPHA_SIZE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3023' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.RENDERBUFFER_ALPHA_SIZE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.RENDERBUFFER_DEPTH_SIZE' class="associatedconstant"><code id='RENDERBUFFER_DEPTH_SIZE.v'>pub const <a href='#associatedconstant.RENDERBUFFER_DEPTH_SIZE' class="constant"><b>RENDERBUFFER_DEPTH_SIZE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3027' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.RENDERBUFFER_DEPTH_SIZE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.RENDERBUFFER_STENCIL_SIZE' class="associatedconstant"><code id='RENDERBUFFER_STENCIL_SIZE.v'>pub const <a href='#associatedconstant.RENDERBUFFER_STENCIL_SIZE' class="constant"><b>RENDERBUFFER_STENCIL_SIZE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3031' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.RENDERBUFFER_STENCIL_SIZE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE' class="associatedconstant"><code id='FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE.v'>pub const <a href='#associatedconstant.FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE' class="constant"><b>FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3035' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FRAMEBUFFER_ATTACHMENT_OBJECT_NAME' class="associatedconstant"><code id='FRAMEBUFFER_ATTACHMENT_OBJECT_NAME.v'>pub const <a href='#associatedconstant.FRAMEBUFFER_ATTACHMENT_OBJECT_NAME' class="constant"><b>FRAMEBUFFER_ATTACHMENT_OBJECT_NAME</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3039' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FRAMEBUFFER_ATTACHMENT_OBJECT_NAME</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL' class="associatedconstant"><code id='FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL.v'>pub const <a href='#associatedconstant.FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL' class="constant"><b>FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3043' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE' class="associatedconstant"><code id='FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE.v'>pub const <a href='#associatedconstant.FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE' class="constant"><b>FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3047' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.COLOR_ATTACHMENT0' class="associatedconstant"><code id='COLOR_ATTACHMENT0.v'>pub const <a href='#associatedconstant.COLOR_ATTACHMENT0' class="constant"><b>COLOR_ATTACHMENT0</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3051' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.COLOR_ATTACHMENT0</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.DEPTH_ATTACHMENT' class="associatedconstant"><code id='DEPTH_ATTACHMENT.v'>pub const <a href='#associatedconstant.DEPTH_ATTACHMENT' class="constant"><b>DEPTH_ATTACHMENT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3055' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.DEPTH_ATTACHMENT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.STENCIL_ATTACHMENT' class="associatedconstant"><code id='STENCIL_ATTACHMENT.v'>pub const <a href='#associatedconstant.STENCIL_ATTACHMENT' class="constant"><b>STENCIL_ATTACHMENT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3059' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.STENCIL_ATTACHMENT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.DEPTH_STENCIL_ATTACHMENT' class="associatedconstant"><code id='DEPTH_STENCIL_ATTACHMENT.v'>pub const <a href='#associatedconstant.DEPTH_STENCIL_ATTACHMENT' class="constant"><b>DEPTH_STENCIL_ATTACHMENT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3063' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.DEPTH_STENCIL_ATTACHMENT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.NONE' class="associatedconstant"><code id='NONE.v'>pub const <a href='#associatedconstant.NONE' class="constant"><b>NONE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3067' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.NONE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FRAMEBUFFER_COMPLETE' class="associatedconstant"><code id='FRAMEBUFFER_COMPLETE.v'>pub const <a href='#associatedconstant.FRAMEBUFFER_COMPLETE' class="constant"><b>FRAMEBUFFER_COMPLETE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3071' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FRAMEBUFFER_COMPLETE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FRAMEBUFFER_INCOMPLETE_ATTACHMENT' class="associatedconstant"><code id='FRAMEBUFFER_INCOMPLETE_ATTACHMENT.v'>pub const <a href='#associatedconstant.FRAMEBUFFER_INCOMPLETE_ATTACHMENT' class="constant"><b>FRAMEBUFFER_INCOMPLETE_ATTACHMENT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3075' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FRAMEBUFFER_INCOMPLETE_ATTACHMENT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT' class="associatedconstant"><code id='FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT.v'>pub const <a href='#associatedconstant.FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT' class="constant"><b>FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3079' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FRAMEBUFFER_INCOMPLETE_DIMENSIONS' class="associatedconstant"><code id='FRAMEBUFFER_INCOMPLETE_DIMENSIONS.v'>pub const <a href='#associatedconstant.FRAMEBUFFER_INCOMPLETE_DIMENSIONS' class="constant"><b>FRAMEBUFFER_INCOMPLETE_DIMENSIONS</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3083' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FRAMEBUFFER_INCOMPLETE_DIMENSIONS</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FRAMEBUFFER_UNSUPPORTED' class="associatedconstant"><code id='FRAMEBUFFER_UNSUPPORTED.v'>pub const <a href='#associatedconstant.FRAMEBUFFER_UNSUPPORTED' class="constant"><b>FRAMEBUFFER_UNSUPPORTED</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3087' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FRAMEBUFFER_UNSUPPORTED</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.FRAMEBUFFER_BINDING' class="associatedconstant"><code id='FRAMEBUFFER_BINDING.v'>pub const <a href='#associatedconstant.FRAMEBUFFER_BINDING' class="constant"><b>FRAMEBUFFER_BINDING</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3091' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.FRAMEBUFFER_BINDING</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.RENDERBUFFER_BINDING' class="associatedconstant"><code id='RENDERBUFFER_BINDING.v'>pub const <a href='#associatedconstant.RENDERBUFFER_BINDING' class="constant"><b>RENDERBUFFER_BINDING</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3095' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.RENDERBUFFER_BINDING</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.MAX_RENDERBUFFER_SIZE' class="associatedconstant"><code id='MAX_RENDERBUFFER_SIZE.v'>pub const <a href='#associatedconstant.MAX_RENDERBUFFER_SIZE' class="constant"><b>MAX_RENDERBUFFER_SIZE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3099' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.MAX_RENDERBUFFER_SIZE</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.INVALID_FRAMEBUFFER_OPERATION' class="associatedconstant"><code id='INVALID_FRAMEBUFFER_OPERATION.v'>pub const <a href='#associatedconstant.INVALID_FRAMEBUFFER_OPERATION' class="constant"><b>INVALID_FRAMEBUFFER_OPERATION</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3103' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.INVALID_FRAMEBUFFER_OPERATION</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.UNPACK_FLIP_Y_WEBGL' class="associatedconstant"><code id='UNPACK_FLIP_Y_WEBGL.v'>pub const <a href='#associatedconstant.UNPACK_FLIP_Y_WEBGL' class="constant"><b>UNPACK_FLIP_Y_WEBGL</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3107' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.UNPACK_FLIP_Y_WEBGL</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.UNPACK_PREMULTIPLY_ALPHA_WEBGL' class="associatedconstant"><code id='UNPACK_PREMULTIPLY_ALPHA_WEBGL.v'>pub const <a href='#associatedconstant.UNPACK_PREMULTIPLY_ALPHA_WEBGL' class="constant"><b>UNPACK_PREMULTIPLY_ALPHA_WEBGL</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3111' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.UNPACK_PREMULTIPLY_ALPHA_WEBGL</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.CONTEXT_LOST_WEBGL' class="associatedconstant"><code id='CONTEXT_LOST_WEBGL.v'>pub const <a href='#associatedconstant.CONTEXT_LOST_WEBGL' class="constant"><b>CONTEXT_LOST_WEBGL</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3115' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.CONTEXT_LOST_WEBGL</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.UNPACK_COLORSPACE_CONVERSION_WEBGL' class="associatedconstant"><code id='UNPACK_COLORSPACE_CONVERSION_WEBGL.v'>pub const <a href='#associatedconstant.UNPACK_COLORSPACE_CONVERSION_WEBGL' class="constant"><b>UNPACK_COLORSPACE_CONVERSION_WEBGL</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3119' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.UNPACK_COLORSPACE_CONVERSION_WEBGL</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div><h4 id='associatedconstant.BROWSER_DEFAULT_WEBGL' class="associatedconstant"><code id='BROWSER_DEFAULT_WEBGL.v'>pub const <a href='#associatedconstant.BROWSER_DEFAULT_WEBGL' class="constant"><b>BROWSER_DEFAULT_WEBGL</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#3123' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>WebGLRenderingContext.BROWSER_DEFAULT_WEBGL</code> const.</p>
<p><em>This API requires the following crate features to be activated: <code>WebGlRenderingContext</code></em></p>
</div></div><h2 id='trait-implementations' class='small-section-header'>Trait Implementations<a href='#trait-implementations' class='anchor'></a></h2><div id='trait-implementations-list'><h3 id='impl-AsRef%3CJsValue%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt; for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-AsRef%3CJsValue%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref' class="method hidden"><code id='as_ref.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-AsRef%3CObject%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a>&gt; for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-AsRef%3CObject%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-2' class="method hidden"><code id='as_ref.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-AsRef%3CWebGlRenderingContext%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a>&gt; for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-AsRef%3CWebGlRenderingContext%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-1' class="method hidden"><code id='as_ref.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-Clone' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-Clone' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.clone' class="method hidden"><code id='clone.v'>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&amp;self) -&gt; <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#7' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns a copy of the value. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
</div><h4 id='method.clone_from' class="method hidden"><code id='clone_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from' class='fnname'>clone_from</a>(&amp;mut self, source: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self)</code><span class='since' title='Stable since Rust version 1.0.0'>1.0.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/clone.rs.html#131-133' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
</div></div><h3 id='impl-Debug' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-Debug' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt' class="method hidden"><code id='fmt.v'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt' class='fnname'>fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -&gt; <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#7' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
</div></div><h3 id='impl-Deref' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a> for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-Deref' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Target' class="type"><code id='Target.t'>type <a href='https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html#associatedtype.Target' class="type">Target</a> = <a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a></code></h4><div class='docblock'><p>The resulting type after dereferencing.</p>
</div><h4 id='method.deref' class="method hidden"><code id='deref.v'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html#tymethod.deref' class='fnname'>deref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Dereferences the value.</p>
</div></div><h3 id='impl-Eq' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-Eq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-From%3CJsValue%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt; for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-From%3CJsValue%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from' class="method hidden"><code id='from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -&gt; <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CWebGlRenderingContext%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a>&gt; for <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a href='#impl-From%3CWebGlRenderingContext%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-1' class="method hidden"><code id='from.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a>) -&gt; <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CWebGlRenderingContext%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a>&gt; for <a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a></code><a href='#impl-From%3CWebGlRenderingContext%3E-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-2' class="method hidden"><code id='from.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a>) -&gt; <a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-FromWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html" title="trait wasm_bindgen::convert::traits::FromWasmAbi">FromWasmAbi</a> for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-FromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi-1' class="type"><code id='Abi.t-1'>type <a href='../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = &lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a> as <a class="trait" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html" title="trait wasm_bindgen::convert::traits::FromWasmAbi">FromWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::FromWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>The wasm ABI type that this converts from when coming back out from the ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi">Read more</a></p>
</div><h4 id='method.from_abi' class="method hidden"><code id='from_abi.v'>unsafe fn <a href='../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#tymethod.from_abi' class='fnname'>from_abi</a>(js: Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::FromWasmAbi::Abi">Abi</a>) -&gt; Self</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Recover a <code>Self</code> from <code>Self::Abi</code>. <a href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#tymethod.from_abi">Read more</a></p>
</div></div><h3 id='impl-IntoWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a> for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-IntoWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi-2' class="type"><code id='Abi.t-2'>type <a href='../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = &lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a> as <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>The wasm ABI type that this converts into when crossing the ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi">Read more</a></p>
</div><h4 id='method.into_abi' class="method hidden"><code id='into_abi.v'>fn <a href='../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#tymethod.into_abi' class='fnname'>into_abi</a>(self) -&gt; Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert <code>self</code> into <code>Self::Abi</code> so that it can be sent across the wasm ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#tymethod.into_abi">Read more</a></p>
</div></div><h3 id='impl-IntoWasmAbi-1' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a> for &amp;'a <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-IntoWasmAbi-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi-3' class="type"><code id='Abi.t-3'>type <a href='../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = &lt;&amp;'a <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a> as <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>The wasm ABI type that this converts into when crossing the ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi">Read more</a></p>
</div><h4 id='method.into_abi-1' class="method hidden"><code id='into_abi.v-1'>fn <a href='../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#tymethod.into_abi' class='fnname'>into_abi</a>(self) -&gt; Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert <code>self</code> into <code>Self::Abi</code> so that it can be sent across the wasm ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#tymethod.into_abi">Read more</a></p>
</div></div><h3 id='impl-JsCast' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a> for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-JsCast' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.instanceof' class="method hidden"><code id='instanceof.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#tymethod.instanceof' class='fnname'>instanceof</a>(val: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a dynamic <code>instanceof</code> check to see whether the <code>JsValue</code> provided is an instance of this type. <a href="../wasm_bindgen/cast/trait.JsCast.html#tymethod.instanceof">Read more</a></p>
</div><h4 id='method.unchecked_from_js' class="method hidden"><code id='unchecked_from_js.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#tymethod.unchecked_from_js' class='fnname'>unchecked_from_js</a>(val: <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -&gt; Self</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a zero-cost unchecked conversion from a <code>JsValue</code> into an instance of <code>Self</code> <a href="../wasm_bindgen/cast/trait.JsCast.html#tymethod.unchecked_from_js">Read more</a></p>
</div><h4 id='method.unchecked_from_js_ref' class="method hidden"><code id='unchecked_from_js_ref.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#tymethod.unchecked_from_js_ref' class='fnname'>unchecked_from_js_ref</a>(val: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a zero-cost unchecked conversion from a <code>&amp;JsValue</code> into an instance of <code>&amp;Self</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#tymethod.unchecked_from_js_ref">Read more</a></p>
</div><h4 id='method.has_type' class="method hidden"><code id='has_type.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.has_type' class='fnname'>has_type</a>&lt;T&gt;(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#30-35' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Test whether this JS value has a type <code>T</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.has_type">Read more</a></p>
</div><h4 id='method.dyn_into' class="method hidden"><code id='dyn_into.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.dyn_into' class='fnname'>dyn_into</a>&lt;T&gt;(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, Self&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#43-52' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a dynamic cast (checked at runtime) of this value into the target type <code>T</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.dyn_into">Read more</a></p>
</div><h4 id='method.dyn_ref' class="method hidden"><code id='dyn_ref.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.dyn_ref' class='fnname'>dyn_ref</a>&lt;T&gt;(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#60-69' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a dynamic cast (checked at runtime) of this value into the target type <code>T</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.dyn_ref">Read more</a></p>
</div><h4 id='method.unchecked_into' class="method hidden"><code id='unchecked_into.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.unchecked_into' class='fnname'>unchecked_into</a>&lt;T&gt;(self) -&gt; T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#78-83' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a zero-cost unchecked cast into the specified type. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.unchecked_into">Read more</a></p>
</div><h4 id='method.unchecked_ref' class="method hidden"><code id='unchecked_ref.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.unchecked_ref' class='fnname'>unchecked_ref</a>&lt;T&gt;(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#96-101' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a zero-cost unchecked cast into a reference to the specified type. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.unchecked_ref">Read more</a></p>
</div><h4 id='method.is_instance_of' class="method hidden"><code id='is_instance_of.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.is_instance_of' class='fnname'>is_instance_of</a>&lt;T&gt;(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#112-117' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Test whether this JS value is an instance of the type <code>T</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.is_instance_of">Read more</a></p>
</div><h4 id='method.is_type_of' class="method hidden"><code id='is_type_of.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.is_type_of' class='fnname'>is_type_of</a>(val: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#136-138' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a dynamic check to see whether the <code>JsValue</code> provided is a value of this type. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.is_type_of">Read more</a></p>
</div></div><h3 id='impl-OptionFromWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.OptionFromWasmAbi.html" title="trait wasm_bindgen::convert::traits::OptionFromWasmAbi">OptionFromWasmAbi</a> for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-OptionFromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.is_none' class="method hidden"><code id='is_none.v'>fn <a href='../wasm_bindgen/convert/traits/trait.OptionFromWasmAbi.html#tymethod.is_none' class='fnname'>is_none</a>(abi: &amp;Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::FromWasmAbi::Abi">Abi</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Tests whether the argument is a &quot;none&quot; instance. If so it will be deserialized as <code>None</code>, and otherwise it will be passed to <code>FromWasmAbi</code>. <a href="../wasm_bindgen/convert/traits/trait.OptionFromWasmAbi.html#tymethod.is_none">Read more</a></p>
</div></div><h3 id='impl-OptionIntoWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::OptionIntoWasmAbi">OptionIntoWasmAbi</a> for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-OptionIntoWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.none' class="method hidden"><code id='none.v'>fn <a href='../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html#tymethod.none' class='fnname'>none</a>() -&gt; Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns an ABI instance indicating &quot;none&quot;, which JS will interpret as the <code>None</code> branch of this option. <a href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html#tymethod.none">Read more</a></p>
</div></div><h3 id='impl-OptionIntoWasmAbi-1' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::OptionIntoWasmAbi">OptionIntoWasmAbi</a> for &amp;'a <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-OptionIntoWasmAbi-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.none-1' class="method hidden"><code id='none.v-1'>fn <a href='../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html#tymethod.none' class='fnname'>none</a>() -&gt; Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns an ABI instance indicating &quot;none&quot;, which JS will interpret as the <code>None</code> branch of this option. <a href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html#tymethod.none">Read more</a></p>
</div></div><h3 id='impl-PartialEq%3CWebGlRenderingContext%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a>&lt;<a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a>&gt; for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-PartialEq%3CWebGlRenderingContext%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.eq' class="method hidden"><code id='eq.v'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq' class='fnname'>eq</a>(&amp;self, other: &amp;<a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#7' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
</div><h4 id='method.ne' class="method hidden"><code id='ne.v'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&amp;self, other: &amp;<a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#7' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>!=</code>.</p>
</div></div><h3 id='impl-RefFromWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html" title="trait wasm_bindgen::convert::traits::RefFromWasmAbi">RefFromWasmAbi</a> for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-RefFromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi' class="type"><code id='Abi.t'>type <a href='../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = &lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a> as <a class="trait" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html" title="trait wasm_bindgen::convert::traits::RefFromWasmAbi">RefFromWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::RefFromWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>The wasm ABI type references to <code>Self</code> are recovered from.</p>
</div><h4 id='associatedtype.Anchor' class="type"><code id='Anchor.t'>type <a href='../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Anchor' class="type">Anchor</a> = <a class="struct" href="https://doc.rust-lang.org/nightly/core/mem/manually_drop/struct.ManuallyDrop.html" title="struct core::mem::manually_drop::ManuallyDrop">ManuallyDrop</a>&lt;<a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a>&gt;</code></h4><div class='docblock'><p>The type that holds the reference to <code>Self</code> for the duration of the invocation of the function that has an <code>&amp;Self</code> parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. <a href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Anchor">Read more</a></p>
</div><h4 id='method.ref_from_abi' class="method hidden"><code id='ref_from_abi.v'>unsafe fn <a href='../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#tymethod.ref_from_abi' class='fnname'>ref_from_abi</a>(js: Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::RefFromWasmAbi::Abi">Abi</a>) -&gt; Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Anchor" title="type wasm_bindgen::convert::traits::RefFromWasmAbi::Anchor">Anchor</a></code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Recover a <code>Self::Anchor</code> from <code>Self::Abi</code>. <a href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#tymethod.ref_from_abi">Read more</a></p>
</div></div><h3 id='impl-StructuralEq' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.StructuralEq.html" title="trait core::marker::StructuralEq">StructuralEq</a> for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-StructuralEq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-StructuralPartialEq' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.StructuralPartialEq.html" title="trait core::marker::StructuralPartialEq">StructuralPartialEq</a> for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-StructuralPartialEq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-WasmDescribe' class='impl'><code class='in-band'>impl WasmDescribe for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-WasmDescribe' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.describe' class="method hidden"><code id='describe.v'>fn <a href='#method.describe' class='fnname'>describe</a>()</code><a class='srclink' href='../src/web_sys/features/gen_WebGlRenderingContext.rs.html#4' title='goto source code'>[src]</a></h4></div></div><h2 id='synthetic-implementations' class='small-section-header'>Auto Trait Implementations<a href='#synthetic-implementations' class='anchor'></a></h2><div id='synthetic-implementations-list'><h3 id='impl-RefUnwindSafe' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html" title="trait std::panic::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-RefUnwindSafe' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Send' class='impl'><code class='in-band'>impl !<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-Send' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Sync' class='impl'><code class='in-band'>impl !<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-Sync' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Unpin' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys::WebGlRenderingContext">WebGlRenderingContext</a></code><a href='#impl-Unpin' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-UnwindSafe' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html" title="trait std::panic::UnwindSafe">UnwindSafe</a> for <a class="struct" href="../web_sys/struct.WebGlRenderingContext.html" title="struct web_sys:
</div></div><h3 id='impl-Borrow%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-Borrow%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#213-217' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow' class="method hidden"><code id='borrow.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow' class='fnname'>borrow</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#214-216' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></div><h3 id='impl-BorrowMut%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-BorrowMut%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#220-224' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow_mut' class="method hidden"><code id='borrow_mut.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut' class='fnname'>borrow_mut</a>(&amp;mut self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#221-223' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></div><h3 id='impl-From%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for T</code><a href='#impl-From%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#565-569' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-3' class="method hidden"><code id='from.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(t: T) -&gt; T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#566-568' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-Into%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-Into%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#554-561' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.into' class="method hidden"><code id='into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into' class='fnname'>into</a>(self) -&gt; U</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#558-560' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-ReturnWasmAbi' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html" title="trait wasm_bindgen::convert::traits::ReturnWasmAbi">ReturnWasmAbi</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>,&nbsp;</span></code><a href='#impl-ReturnWasmAbi' class='anchor'></a><a class='srclink' href='../src/wasm_bindgen/convert/traits.rs.html#122-129' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi-4' class="type"><code id='Abi.t-4'>type <a href='../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = &lt;T as <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>Same as <code>IntoWasmAbi::Abi</code></p>
</div><h4 id='method.return_abi' class="method hidden"><code id='return_abi.v'>fn <a href='../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html#tymethod.return_abi' class='fnname'>return_abi</a>(self) -&gt; &lt;T as <a class="trait" href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html" title="trait wasm_bindgen::convert::traits::ReturnWasmAbi">ReturnWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::ReturnWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/wasm_bindgen/convert/traits.rs.html#126-128' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Same as <code>IntoWasmAbi::into_abi</code>, except that it may throw and never return in the case of <code>Err</code>. <a href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html#tymethod.return_abi">Read more</a></p>
</div></div><h3 id='impl-ToOwned' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,&nbsp;</span></code><a href='#impl-ToOwned' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#80-92' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Owned' class="type"><code id='Owned.t'>type <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#associatedtype.Owned' class="type">Owned</a> = T</code></h4><div class='docblock'><p>The resulting type after obtaining ownership.</p>
</div><h4 id='method.to_owned' class="method hidden"><code id='to_owned.v'>fn <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned' class='fnname'>to_owned</a>(&amp;self) -&gt; T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#85-87' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></p>
</div><h4 id='method.clone_into' class="method hidden"><code id='clone_into.v'>fn <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into' class='fnname'>clone_into</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>T)</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#89-91' title='goto source code'>[src]</a></h4><div class='stability hidden'><div class='stab unstable'><details><summary><span class='emoji'>🔬</span> This is a nightly-only experimental API. (<code>toowned_clone_into</code>)</summary><p>recently added</p>
</details></div></div><div class='docblock hidden'><p>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></p>
</div></div><h3 id='impl-TryFrom%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-TryFrom%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#602-611' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error' class="type"><code id='Error.t'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error' class="type">Error</a> = <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id='method.try_from' class="method hidden"><code id='try_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from' class='fnname'>try_from</a>(value: U) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, &lt;T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#608-610' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-TryInto%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-TryInto%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#588-597' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error-1' class="type"><code id='Error.t-1'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error' class="type">Error</a> = &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id='method.try_into' class="method hidden"><code id='try_into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into' class='fnname'>try_into</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;U, &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#594-596' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div></div></section><section id="search" class="content hidden"></section><section class="footer"></section><script>window.rootPath = "../";window.currentCrate = "web_sys";</script><script src="../main.js"></script><script defer src="../search-index.js"></script></body></html>