tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

TransformFeedbackImpl.cpp (471B)


      1 //
      2 // Copyright 2022 The ANGLE Project Authors. All rights reserved.
      3 // Use of this source code is governed by a BSD-style license that can be
      4 // found in the LICENSE file.
      5 //
      6 
      7 // TransformFeedbackImpl.cpp: Defines the abstract rx::TransformFeedbackImpl class.
      8 
      9 #include "libANGLE/renderer/TransformFeedbackImpl.h"
     10 
     11 namespace rx
     12 {
     13 
     14 angle::Result TransformFeedbackImpl::onLabelUpdate(const gl::Context *context)
     15 {
     16    return angle::Result::Continue;
     17 }
     18 
     19 }  // namespace rx