Triangle345 / GT

Go Graphics/Game engine
MIT License
5 stars 2 forks source link

create video card spec print out #21

Open Triangle345 opened 8 years ago

Triangle345 commented 8 years ago

Use opengl's GetIntegerv to get video card specific info for debug: e.g.: gl.GetIntegerv(gl.MAX_TEXTURE_SIZE, &ExtensionCount)

this could possible go in opengl.go or maybe a new object

kmfarley11 commented 8 years ago

Sounds useful, consider logging this information when it is available