include/hip/hip_gl_interop.h Source File

include/hip/hip_gl_interop.h Source File#

HIP Runtime API Reference: include/hip/hip_gl_interop.h Source File
hip_gl_interop.h
Go to the documentation of this file.
1/*
2 * Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
3 *
4 * SPDX-License-Identifier: MIT
5 */
6#ifndef HIP_GL_INTEROP_H
7#define HIP_GL_INTEROP_H
8
9#include <hip/hip_common.h>
10
11#if defined(__HIP_PLATFORM_AMD__) && !defined(__HIP_PLATFORM_NVIDIA__)
13#elif !defined(__HIP_PLATFORM_AMD__) && defined(__HIP_PLATFORM_NVIDIA__)
14#include "hip/nvidia_detail/nvidia_hip_gl_interop.h"
15#endif
16#endif