Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/kernel/osl/osl_services.h
| Show All 21 Lines | |||||
| * Implementation of OSL render services, to retriever matrices, attributes, | * Implementation of OSL render services, to retriever matrices, attributes, | ||||
| * textures and point clouds. In principle this should only be accessing | * textures and point clouds. In principle this should only be accessing | ||||
| * kernel data, but currently we also reach back into the Scene to retrieve | * kernel data, but currently we also reach back into the Scene to retrieve | ||||
| * attributes. | * attributes. | ||||
| */ | */ | ||||
| #include <OSL/oslclosure.h> | #include <OSL/oslclosure.h> | ||||
| #include <OSL/oslexec.h> | #include <OSL/oslexec.h> | ||||
| #include <OSL/rendererservices.h> | |||||
| #ifdef WITH_PTEX | #ifdef WITH_PTEX | ||||
| class PtexCache; | class PtexCache; | ||||
| #endif | #endif | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| class Object; | class Object; | ||||
| ▲ Show 20 Lines • Show All 282 Lines • Show Last 20 Lines | |||||