worked on obj and mtl prefetching nad parsing
This commit is contained in:
@@ -7,4 +7,10 @@ struct dynamic_shader_buffer
|
||||
{
|
||||
std::vector<char> source{};
|
||||
GLenum type{ GL_INVALID_ENUM };
|
||||
|
||||
inline void clear()
|
||||
{
|
||||
source.clear();
|
||||
type = GL_INVALID_ENUM;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user