GetDevice() 개인적인 메소드

private GetDevice ( ) : int
리턴 int
예제 #1
0
 /// <summary>
 /// Query the information of the gpu device that is currently in use.
 /// </summary>
 public GpuDeviceInfo()
     : this(GpuInvoke.GetDevice())
 {
 }