MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / WriteGltfStream

Function WriteGltfStream

external/tinygltf/tiny_gltf.h:8452–8455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8450}
8451
8452static bool WriteGltfStream(std::ostream &stream, const std::string &content) {
8453 stream << content << std::endl;
8454 return stream.good();
8455}
8456
8457static bool WriteGltfFile(const std::string &output,
8458 const std::string &content) {

Callers 2

WriteGltfFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected