initSidebarItems({"enum":[["Dim","Dimension of the uniform."],["Type","Type of a uniform."]],"struct":[["Uniform","A shader uniform. `Uniform` doesn’t hold any value. It’s more like a mapping between the host code and the shader the uniform was retrieved from."],["UniformUpdate","Wrapper over `Uniform`, discarding everything but update."]],"trait":[["HasUniform",""],["Uniformable","Layering of a uniform (flat or layered/array). Types that can behave as `Uniform`."]]});