The GPU skinning node works by producing a side effect: Mutating the
skeleton copies of the vertex buffer in-place. All this happens on GPU
memory, so there is no data to be returned on the CPU side. This type
represents the (virtual) output of GPU skinning.