Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hopson97/HopsonCraft
/ bind
Method
bind
Source/Texture/Texture.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
52
void Basic_Texture::bind() const
53
{
54
glBindTexture(GL_TEXTURE_2D, m_textureID);
55
}
56
57
void Basic_Texture::unbind() const
58
{
Callers
6
update
Method · 0.45
update
Method · 0.45
update
Method · 0.45
update
Method · 0.45
update
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected