예제 #1
0
 public BufferUsage(BUFFER_USAGE usage)
     : this()
 {
     StudioCommandQueue = new BufferInfo(usage.studiocommandqueue);
     StudioHandle       = new BufferInfo(usage.studiohandle);
 }
예제 #2
0
 public BufferUsage(BUFFER_USAGE usage)
     : this()
 {
     StudioCommandQueue = new BufferInfo(usage.studioCommandQueue);
     StudioHandle = new BufferInfo(usage.studioHandle);
 }