Loading...
Searching...
No Matches
shaderNodeQueryUtils.h
Go to the documentation of this file.
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#ifndef PXR_USD_SDR_SHADER_NODE_QUERY_UTILS_H
9#define PXR_USD_SDR_SHADER_NODE_QUERY_UTILS_H
10
12
13#include "pxr/pxr.h"
15#include "pxr/usd/sdr/api.h"
16#include "pxr/usd/sdr/shaderNodeQuery.h"
17
18PXR_NAMESPACE_OPEN_SCOPE
19
20namespace SdrShaderNodeQueryUtils {
21
65SDR_API
67
68} // end namespace SdrShaderNodeQueryUtils
69
70PXR_NAMESPACE_CLOSE_SCOPE
71
72#endif // PXR_USD_SDR_SHADER_NODE_QUERY_UTILS_H
SdrShaderNodeQueryResult stores the results of an SdrShaderNodeQuery.
A map with string keys and VtValue values.
Definition: dictionary.h:52
SDR_API VtDictionary GroupQueryResults(const SdrShaderNodeQueryResult &result)
Return shader node query results in a nested tree form.