mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-09 08:24:23 +00:00
Added missing DrawableLWJGL method.
This commit is contained in:
parent
41af142324
commit
d924981170
1 changed files with 4 additions and 0 deletions
|
|
@ -107,6 +107,10 @@ public class AWTGLCanvas extends Canvas implements DrawableLWJGL, ComponentListe
|
|||
}
|
||||
}
|
||||
|
||||
public void setPixelFormat(final PixelFormatLWJGL pf) throws LWJGLException {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
public void setPixelFormat(final PixelFormatLWJGL pf, final ContextAttribs attribs) throws LWJGLException {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue