Project shield remote play SDK

The project shield can play games of the PC.
Is there any SDK?

I want to send

  • vertex buffers
  • fragment buffers
  • texture buffers
  • shaders
  • Matrices, Vectors
  • Sound files
    to the project shield

I want to get controls from the project shield.

I want to automate graphic rendering and playing sound files on the project shield from the Pc.

I think the only way will be:
WebGl in the browser of the project shield and send data by websockets.