gl_shader_decompiler: Mark ASTDecompiler/ExprDecompiler parameters as const...
gl_shader_decompiler: Mark ASTDecompiler/ExprDecompiler parameters as const references where applicable These member functions don't actually modify the input parameter, so we can make this explicit with the use of const.
Loading
Please register or sign in to comment