Render pipeline working.

This commit is contained in:
2021-05-20 22:47:26 -07:00
parent 06facdbba6
commit 8f124b04bd
11 changed files with 53 additions and 41 deletions

View File

@ -41,8 +41,6 @@ void textureInit(texture_t *texture, int32_t width, int32_t height,
}
glBindTexture(GL_TEXTURE_2D, 0);
return texture;
}
void textureBufferPixels(texture_t *texture,