var searchIndex = {}; searchIndex["texture"] = {"doc":"A generic library for textures.","items":[[3,"TextureSettings","texture","Texture creation parameters.",null,null],[4,"Format","","Texture format.",null,null],[13,"Rgba8","","`(red, green, blue, alpha)` with values 0-255.",0,null],[4,"Filter","","Sampling filter",null,null],[13,"Linear","","A Weighted Linear Blend",1,null],[13,"Nearest","","Nearest Texel",1,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.",2,null],[11,"get_width","","Gets the image width.",2,null],[11,"get_height","","Gets the image height.",2,null],[8,"CreateTexture","","Implemented by textures for creation.",null,null],[16,"Error","","The error when creating texture.",3,null],[10,"create","","Create texture from memory.",3,null],[8,"UpdateTexture","","Implemented by textures for updating.",null,null],[16,"Error","","The error when updating texture.",4,null],[10,"update","","Update texture.",4,null],[11,"new","","Create default settings.",5,{"inputs":[],"output":{"name":"texturesettings"}}],[11,"get_convert_gamma","","Gets whether to convert gamma, treated as sRGB color space.",5,null],[11,"set_convert_gamma","","Sets convert gamma.",5,null],[11,"convert_gamma","","Sets convert gamma.",5,null],[11,"get_compress","","Gets wheter compress on the GPU.",5,null],[11,"set_compress","","Sets compress.",5,null],[11,"compress","","Sets compress.",5,null],[11,"get_generate_mipmap","","Gets generate mipmap.",5,null],[11,"set_generate_mipmap","","Sets generate mipmap.",5,null],[11,"generate_mipmap","","Sets generate mipmap.",5,null],[11,"get_min","","Gets minify filter.",5,null],[11,"set_min","","Sets minify filter.",5,null],[11,"min","","Sets minify filter.",5,null],[11,"get_mag","","Gets magnify filter",5,null],[11,"set_mag","","Sets magnify filter",5,null],[11,"mag","","Sets magnify filter",5,null],[11,"get_mipmap","","Gets minify mipmap filter",5,null],[11,"set_mipmap","","Sets magnify mipmap filter, and sets generate_mipmap to true.",5,null],[11,"mipmap","","Sets magnify mipmap filter, and sets generate_mipmap to true",5,null],[11,"get_filter","","Returns the min and mag filter",5,null],[11,"set_filter","","Sets the min and mag filter",5,null],[11,"filter","","Sets the min and mag filter",5,null],[11,"fmt","","",0,null],[11,"clone","","",0,null],[11,"fmt","","",1,null],[11,"clone","","",1,null]],"paths":[[4,"Format"],[4,"Filter"],[8,"ImageSize"],[8,"CreateTexture"],[8,"UpdateTexture"],[3,"TextureSettings"]]}; initSearch(searchIndex);