mirror of
https://github.com/neogeek23/rusty_snek_gaem.git
synced 2026-02-04 11:08:40 +00:00
11 lines
727 B
JavaScript
11 lines
727 B
JavaScript
(function() {var implementors = {};
|
|
implementors["opengl_graphics"] = [{text:"impl <a class=\"trait\" href=\"opengl_graphics/trait.UpdateTexture.html\" title=\"trait opengl_graphics::UpdateTexture\">UpdateTexture</a><<a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.unit.html\">()</a>> for <a class=\"struct\" href=\"opengl_graphics/struct.Texture.html\" title=\"struct opengl_graphics::Texture\">Texture</a>",synthetic:false,types:["opengl_graphics::texture::Texture"]},];
|
|
|
|
if (window.register_implementors) {
|
|
window.register_implementors(implementors);
|
|
} else {
|
|
window.pending_implementors = implementors;
|
|
}
|
|
|
|
})()
|