Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gpu_query.cc « intern « gpu « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c8d63953746aa6d97560a333a559546c0bcf5f63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright 2020 Blender Foundation. All rights reserved. */

/** \file
 * \ingroup gpu
 */

#include "gpu_query.hh"

using namespace blender::gpu;

/* TODO(fclem): Make the associated C-API to use inside DRW profiler. */