// // Copyright 2022 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // ImagelessFramebufferPerfTest: // Performance test for imageless framebuffers. It binds and draws many textures to the FBO both // using imageless framebuffers (if supported) and with imageless framebuffer disabled. // #include "ANGLEPerfTest.h" #include "test_utils/gl_raii.h" #include <iostream> #include <random> #include <sstream> angle // namespace angle