Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/device/hip/graphics_interop.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. | ||||
| */ | */ | ||||
| #ifdef WITH_HIP | #ifdef WITH_HIP | ||||
| # include "device/device_graphics_interop.h" | # include "device/graphics_interop.h" | ||||
| # ifdef WITH_HIP_DYNLOAD | # ifdef WITH_HIP_DYNLOAD | ||||
| # include "hipew.h" | # include "hipew.h" | ||||
| # endif | # endif | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| class HIPDevice; | class HIPDevice; | ||||
| Show All 37 Lines | |||||