MCPcopy Create free account
hub / github.com/cginternals/glbinding / RawFile

Method RawFile

source/examples/cubescape-shared-gl/RawFile.cpp:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <iostream>
6
7RawFile::RawFile(const std::string & _filePath)
8: m_filePath(_filePath)
9, m_valid(false)
10{
11 m_valid = readFile();
12}
13
14RawFile::~RawFile()
15{

Callers

nothing calls this directly

Calls 1

readFileFunction · 0.70

Tested by

no test coverage detected