blob: bed276cee5ec8cec5fe0c685d20276ff78b72468 [file] [log] [blame]
/*
* Copyright 2021 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "src/gpu/graphite/ContextPriv.h"
#include "src/gpu/graphite/GlobalCache.h"
#include "src/gpu/graphite/Gpu.h"
namespace skgpu::graphite {
#if GRAPHITE_TEST_UTILS
const Caps* ContextPriv::caps() const {
return fContext->fGpu->caps();
}
#endif
SkShaderCodeDictionary* ContextPriv::shaderCodeDictionary() {
return fContext->fGlobalCache->shaderCodeDictionary();
}
} // namespace skgpu::graphite