Welcome to mirror list, hosted at ThFree Co, Russian Federation.

services_optix.cu « osl « kernel « cycles « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a43a89a95619adc1f19d94d5e041bd4a091d802 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: Apache-2.0
 * Copyright 2011-2022 Blender Foundation */

#define WITH_OSL

// clang-format off
#include "kernel/device/optix/compat.h"
#include "kernel/device/optix/globals.h"

#include "kernel/device/gpu/image.h"  /* Texture lookup uses normal CUDA intrinsics. */

#include "kernel/osl/services_gpu.h"
// clang-format on

extern "C" __device__ void __direct_callable__dummy_services()
{
}