Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ SetUsedSize
Method
SetUsedSize
Sources/nCine/Graphics/GL/GLUniformBlockCache.cpp:71–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void GLUniformBlockCache::SetUsedSize(GLint usedSize)
72
{
73
if (usedSize >= 0) {
74
usedSize_ = usedSize;
75
}
76
}
77
78
bool GLUniformBlockCache::CopyData(std::uint32_t destIndex, const GLubyte* src, std::uint32_t numBytes)
79
{
Callers
1
CollectCommands
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected