Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/integrator/pass_accessor_gpu.h
| Show All 11 Lines | |||||
| * 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 "integrator/pass_accessor.h" | #include "integrator/pass_accessor.h" | ||||
| #include "kernel/kernel_types.h" | #include "kernel/types.h" | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| class DeviceQueue; | class DeviceQueue; | ||||
| /* Pass accessor implementation for GPU side. */ | /* Pass accessor implementation for GPU side. */ | ||||
| class PassAccessorGPU : public PassAccessor { | class PassAccessorGPU : public PassAccessor { | ||||
| public: | public: | ||||
| Show All 40 Lines | |||||