Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ glGenTextures
Method
glGenTextures
src/main/java/trace/graphics/GL.java:588–591 ·
view source on GitHub ↗
(IntBuffer textures)
Source
from the content-addressed store, hash-verified
586
}
587
588
@DocumentationProxyTo(GL11.
class
)
589
public
static
void
glGenTextures(IntBuffer textures) {
590
check(() -> GL11.glGenTextures(textures));
591
}
592
593
@NativeType(
"void"
)
594
@DocumentationProxyTo(GL11.
class
)
Callers
5
setup
Method · 0.80
setup
Method · 0.80
setup
Method · 0.80
setup
Method · 0.80
createGlTexture
Method · 0.80
Calls
2
check
Method · 0.95
check2
Method · 0.95
Tested by
no test coverage detected