Render pipeline working.

This commit is contained in:
2021-05-20 22:47:26 -07:00
parent f6a4be2f3c
commit 8fbf353cd9
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,