Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/thirdparty/embree/include/embree4/rtcore.h
9905 views
1
// Copyright 2009-2021 Intel Corporation
2
// SPDX-License-Identifier: Apache-2.0
3
4
#pragma once
5
6
#include "rtcore_config.h"
7
#include "rtcore_common.h"
8
#include "rtcore_device.h"
9
#include "rtcore_buffer.h"
10
#include "rtcore_ray.h"
11
#include "rtcore_geometry.h"
12
#include "rtcore_scene.h"
13
#include "rtcore_builder.h"
14
#include "rtcore_quaternion.h"
15
16