Files
test/source/blender/gpu/intern/gpu_debug_private.hh
Brecht Van Lommel 7a395e2e7f Revert changes from main commits that were merged into blender-v4.1-release
The last good commit was f57e4c5b98.

After this one more fix was committed, this one is preserved as well:
67bd678887.
2024-03-18 15:04:12 +01:00

21 lines
400 B
C++

/* SPDX-FileCopyrightText: 2016 by Mike Erwin. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup gpu
*
* This interface allow GPU to manage GL objects for multiple context and threads.
*/
#pragma once
#include "BLI_string_ref.hh"
#include "BLI_vector.hh"
namespace blender::gpu {
typedef Vector<StringRef> DebugStack;
} // namespace blender::gpu