25#ifndef HIP_INCLUDE_HIP_SURFACE_TYPES_H
26#define HIP_INCLUDE_HIP_SURFACE_TYPES_H
28#include <hip/driver_types.h>
34typedef struct __hip_surface* hipSurfaceObject_t;
40 hipSurfaceObject_t surfaceObject;
47 hipBoundaryModeZero = 0,
48 hipBoundaryModeTrap = 1,
49 hipBoundaryModeClamp = 2
Definition: surface_types.h:39
hipSurfaceBoundaryMode
Definition: surface_types.h:46