MCPcopy Create free account
hub / github.com/demoth/jake2 / Scrap_Upload

Method Scrap_Upload

client/src/main/java/jake2/client/render/fast/Image.java:417–422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

415 int scrap_uploads = 0;
416
417 void Scrap_Upload() {
418 scrap_uploads++;
419 GL_Bind(TEXNUM_SCRAPS);
420 GL_Upload8(scrap_texels[0], BLOCK_WIDTH, BLOCK_HEIGHT, false, false);
421 scrap_dirty = false;
422 }
423
424 /*
425 =================================================================

Callers 2

Draw_StretchPicMethod · 0.80
Draw_PicMethod · 0.80

Calls 2

GL_BindMethod · 0.95
GL_Upload8Method · 0.95

Tested by

no test coverage detected