Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/kernel/osl/osl_services.h
| Show First 20 Lines • Show All 244 Lines • ▼ Show 20 Lines | bool get_texture_info(OSL::ShaderGlobals *sg, | ||||
| ustring filename, | ustring filename, | ||||
| TextureHandle *texture_handle, | TextureHandle *texture_handle, | ||||
| int subimage, | int subimage, | ||||
| ustring dataname, | ustring dataname, | ||||
| TypeDesc datatype, | TypeDesc datatype, | ||||
| void *data) override; | void *data) override; | ||||
| #endif | #endif | ||||
| static bool get_background_attribute( | static bool get_background_attribute(const KernelGlobals *kg, | ||||
| KernelGlobals *kg, ShaderData *sd, ustring name, TypeDesc type, bool derivatives, void *val); | ShaderData *sd, | ||||
| static bool get_object_standard_attribute( | ustring name, | ||||
| KernelGlobals *kg, ShaderData *sd, ustring name, TypeDesc type, bool derivatives, void *val); | TypeDesc type, | ||||
| bool derivatives, | |||||
| void *val); | |||||
| static bool get_object_standard_attribute(const KernelGlobals *kg, | |||||
| ShaderData *sd, | |||||
| ustring name, | |||||
| TypeDesc type, | |||||
| bool derivatives, | |||||
| void *val); | |||||
| static ustring u_distance; | static ustring u_distance; | ||||
| static ustring u_index; | static ustring u_index; | ||||
| static ustring u_world; | static ustring u_world; | ||||
| static ustring u_camera; | static ustring u_camera; | ||||
| static ustring u_screen; | static ustring u_screen; | ||||
| static ustring u_raster; | static ustring u_raster; | ||||
| static ustring u_ndc; | static ustring u_ndc; | ||||
| ▲ Show 20 Lines • Show All 56 Lines • Show Last 20 Lines | |||||