var searchIndex = {}; searchIndex["texture"] = {"doc":"A library for texture conventions.","items":[[3,"TextureSettings","texture","Texture creation parameters.",null,null],[4,"Filter","","OpenGL Resize Filters",null,null],[13,"Linear","","A Weighted Linear Blend",0,null],[13,"Nearest","","Nearest Texel",0,null],[0,"ops","","Image operations for textures.",null,null],[5,"flip_vertical","texture::ops","Flips the image vertically.",null,null],[5,"alpha_to_rgba8","","Converts from alpha to rgba8.",null,null],[8,"ImageSize","texture","Implemented by all images to be used with generic algorithms.",null,null],[10,"get_size","","Get the image size.",1,null],[11,"get_width","","Gets the image width.",1,null],[11,"get_height","","Gets the image height.",1,null],[8,"Rgba8Texture","","Implemented by rgba8 textures.",null,null],[16,"Error","","The error when creating or updating texture.",2,null],[10,"create","","Create rgba8 texture from memory.",2,null],[10,"update","","Update rgba8 texture.",2,null],[11,"new","","Create default settings.",3,{"inputs":[],"output":{"name":"texturesettings"}}],[11,"get_convert_gamma","","Gets whether to convert gamma, treated as sRGB color space.",3,null],[11,"set_convert_gamma","","Sets convert gamma.",3,null],[11,"convert_gamma","","Sets convert gamma.",3,null],[11,"get_compress","","Gets wheter compress on the GPU.",3,null],[11,"set_compress","","Sets compress.",3,null],[11,"compress","","Sets compress.",3,null],[11,"get_generate_mipmap","","Gets generate mipmap.",3,null],[11,"set_generate_mipmap","","Sets generate mipmap.",3,null],[11,"generate_mipmap","","Sets generate mipmap.",3,null],[11,"get_min","","Gets minify filter.",3,null],[11,"set_min","","Sets minify filter.",3,null],[11,"min","","Sets minify filter.",3,null],[11,"get_mag","","Gets magnify filter",3,null],[11,"set_mag","","Sets magnify filter",3,null],[11,"mag","","Sets magnify filter",3,null],[11,"get_mipmap","","Gets minify mipmap filter",3,null],[11,"set_mipmap","","Sets magnify mipmap filter, and sets generate_mipmap to true.",3,null],[11,"mipmap","","Sets magnify mipmap filter, and sets generate_mipmap to true",3,null],[11,"get_filter","","Returns the min and mag filter",3,null],[11,"set_filter","","Sets the min and mag filter",3,null],[11,"filter","","Sets the min and mag filter",3,null],[11,"clone","","",0,null]],"paths":[[4,"Filter"],[8,"ImageSize"],[8,"Rgba8Texture"],[3,"TextureSettings"]]}; initSearch(searchIndex);