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