Blender  V3.3
oneapi/context_begin.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: Apache-2.0
2  * Copyright 2021-2022 Intel Corporation */
3 
4 #ifdef WITH_NANOVDB
5 # include <nanovdb/NanoVDB.h>
6 # include <nanovdb/util/SampleFromVoxels.h>
7 #endif
8 
9 /* clang-format off */
10 struct ONEAPIKernelContext : public KernelGlobalsGPU {
11  public:
13  /* clang-format on */