Loading...
Searching...
No Matches
shaderNodeQueryUtils.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#ifndef PXR_USD_SDR_SHADER_NODE_QUERY_UTILS_H
9#define PXR_USD_SDR_SHADER_NODE_QUERY_UTILS_H
10
11#include "pxr/pxr.h"
13#include "pxr/usd/sdr/api.h"
14#include "pxr/usd/sdr/shaderNodeQuery.h"
15
16PXR_NAMESPACE_OPEN_SCOPE
17
18namespace SdrShaderNodeQueryUtils {
19
52SDR_API
53VtDictionary GroupQueryResults(const SdrShaderNodeQueryResult& result);
54
55} // end namespace SdrShaderNodeQueryUtils
56
57PXR_NAMESPACE_CLOSE_SCOPE
58
59#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