MCPcopy Create free account
hub / github.com/decaf-emu/decaf-emu / parseValueFloat

Function parseValueFloat

tools/latte-assembler/src/gfd.cpp:424–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424float
425parseValueFloat(const std::string &v)
426{
427 return static_cast<float>(std::stof(v));
428}
429
430static std::vector<uint8_t>
431getShaderBinary(Shader &shader)

Callers 1

parseInitialValuesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected