Files
test/source/blender/gpu/intern/gpu_query.cc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
260 B
C++
Raw Normal View History

/* SPDX-FileCopyrightText: 2020 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup gpu
*/
#include "gpu_query.hh"
using namespace blender::gpu;
/* TODO(fclem): Make the associated C-API to use inside DRW profiler. */