GLContext: Remove bpp parameter from create()
Hardcode to 32 bits for now.
This commit is contained in:
parent
8675018522
commit
2da2601149
4 changed files with 11 additions and 11 deletions
|
|
@ -31,7 +31,7 @@ bool Display::create(DisplayDescription description)
|
|||
return false;
|
||||
}
|
||||
|
||||
if (!m_context->create(m_impl, description.mode.bpp)) {
|
||||
if (!m_context->create(m_impl)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue