Render pipeline working.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user