kettle11 / kapp

A pure Rust window and input library for Windows, Mac, and Web. (Work in progress)
Apache License 2.0
56 stars 4 forks source link

Implement get_attributes for GLContext on MacOS / Windows / Web #9

Open kettle11 opened 4 years ago

kettle11 commented 4 years ago

It is useful to query for the actual properties of the GLContext backbuffer after it's been initialized. The method is stubbed out on each platform but is not yet implemented.