Ejemplo n.º 1
0
 public void CmdDispatch(UInt32 x, UInt32 y, UInt32 z)
 {
     Interops.vkCmdDispatch(this.Handle, x, y, z);
 }