mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-15 22:21:25 +00:00
Another small fix related with TextureBorderColor
TODO: Find an appropriate place for setting the GL_TEXTURE_BORDER_COLOR parameter.
This commit is contained in:
parent
2601933bdc
commit
37f7a31a22
@ -241,10 +241,6 @@ public:
|
||||
|
||||
checkForGlError("GLTexture::Init() -> filters");
|
||||
|
||||
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, (tex.GetBorderColor() << 8) | (tex.GetBorderColor() >> 24));
|
||||
|
||||
checkForGlError("GLTexture::Init() -> border color");
|
||||
|
||||
//Unbind();
|
||||
|
||||
if(is_swizzled && format == CELL_GCM_TEXTURE_A8R8G8B8)
|
||||
|
Loading…
x
Reference in New Issue
Block a user