MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / createDirectIntBuffer

Method createDirectIntBuffer

src/main/java/net/minecraft/src/Config.java:1948–1950  ·  view source on GitHub ↗
(int p_createDirectIntBuffer_0_)

Source from the content-addressed store, hash-verified

1946 }
1947
1948 public static IntBuffer createDirectIntBuffer(int p_createDirectIntBuffer_0_) {
1949 return GLAllocation.createDirectByteBuffer(p_createDirectIntBuffer_0_ << 2).asIntBuffer();
1950 }
1951
1952 public static String getGlErrorString(int p_getGlErrorString_0_) {
1953 switch (p_getGlErrorString_0_) {

Callers 2

VboRegionMethod · 0.95
expandVboMethod · 0.95

Calls 1

Tested by

no test coverage detected