Files
rocm-systems/rocclr/runtime/device/gpu/gslbe/src/rt/GSLDeviceLinux.cpp
T
2014-07-04 16:17:05 -04:00

10 строки
179 B
C++

#include <X11/Xlib.h>
#include "GSLDevice.h"
#include <stdio.h>
void CALGSLDevice::closeNativeDisplayHandle()
{
//do nothing native handle should be close by lower layers
}