예제 #1
0
 public unsafe byte *BeginBufferUpdate()
 {
     if (!Streamable)
     {
         throw new InvalidOperationException("Streaming has been ended already!");
     }
     return((byte *)HostBuffer.GetAddress());
 }