mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-09 00:14:04 +00:00
Mac OS X: Fixed an issue where pbuffer contexts could not share with the display context.
This commit is contained in:
parent
be343cf334
commit
a9bd41f12e
5 changed files with 16 additions and 8 deletions
|
|
@ -44,8 +44,8 @@ import org.lwjgl.LWJGLException;
|
|||
final class MacOSXDisplayPeerInfo extends MacOSXCanvasPeerInfo {
|
||||
private boolean locked = false;
|
||||
|
||||
public MacOSXDisplayPeerInfo(PixelFormat pixel_format) throws LWJGLException {
|
||||
super(pixel_format);
|
||||
public MacOSXDisplayPeerInfo(PixelFormat pixel_format, boolean support_pbuffer) throws LWJGLException {
|
||||
super(pixel_format, support_pbuffer);
|
||||
}
|
||||
|
||||
protected void doLockAndInitHandle() throws LWJGLException {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue