Skip to content
Snippets Groups Projects
Commit 06f6331f authored by M4xw's avatar M4xw 🍗
Browse files

Bump buffers

parent 947849ae
Branches hdtexfix
No related merge requests found
Pipeline #5140 passed with stages
in 11 minutes and 11 seconds
#include "opengl_WrappedFunctions.h"
namespace opengl {
std::vector<char> GlDrawArraysUnbufferedCommand::m_attribsData(2 * 1024 * 1024, 0);
std::vector<char> GlDrawElementsUnbufferedCommand::m_attribsData(2 * 1024 * 1024, 0);
std::vector<char> GlDrawArraysUnbufferedCommand::m_attribsData(15 * 1024 * 1024, 0);
std::vector<char> GlDrawElementsUnbufferedCommand::m_attribsData(15 * 1024 * 1024, 0);
GLenum GlMapBufferRangeWriteAsyncCommand::m_targetTemp;
GLintptr GlMapBufferRangeWriteAsyncCommand::m_offsetTemp;
GLsizeiptr GlMapBufferRangeWriteAsyncCommand::m_lengthTemp;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment