Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/device/dummy/device.h
| Show All 10 Lines | |||||
| * distributed under the License is distributed on an "AS IS" BASIS, | * distributed under the License is distributed on an "AS IS" BASIS, | ||||
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||||
| * See the License for the specific language governing permissions and | * See the License for the specific language governing permissions and | ||||
| * limitations under the License. | * limitations under the License. | ||||
| */ | */ | ||||
| #pragma once | #pragma once | ||||
| #include "util/util_string.h" | #include "util/string.h" | ||||
| #include "util/util_vector.h" | #include "util/vector.h" | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| class Device; | class Device; | ||||
| class DeviceInfo; | class DeviceInfo; | ||||
| class Profiler; | class Profiler; | ||||
| class Stats; | class Stats; | ||||
| Device *device_dummy_create(const DeviceInfo &info, Stats &stats, Profiler &profiler); | Device *device_dummy_create(const DeviceInfo &info, Stats &stats, Profiler &profiler); | ||||
| CCL_NAMESPACE_END | CCL_NAMESPACE_END | ||||