Raw data into a buffer
writeBuffer()
MAP_WRITE buffer + mapAsync() + copyBufferToBuffer()
Raw data from the network into a buffer
fetch() + .arrayBuffer() + "Raw data into a buffer"
Raw (uncompressed or block-compressed) data into a texture
writeTexture()
"Raw data into a buffer" + copyBufferToTexture()