Loading...
Searching...
No Matches
debugCodes.h
1//
2// Copyright 2025 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7
8#include "pxr/pxr.h"
9#include "pxr/base/tf/debug.h"
10
11PXR_NAMESPACE_OPEN_SCOPE
12
14 VT_ARRAY_EDIT_BOUNDS
15);
16
17PXR_NAMESPACE_CLOSE_SCOPE
Conditional debugging output class and macros.
#define TF_DEBUG_CODES(...)
Define debugging symbols.
Definition: debug.h:376