40617c8953
to specify the batch pipeline specified at StackOverflow See https://stackoverflow.com/questions/8923174/opengl-vao-best-practices#8923298
10 lines
130 B
C++
10 lines
130 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
class Util
|
|
{
|
|
public:
|
|
static std::string load_file(const std::string& path);
|
|
}; |