summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL/src/SwapChainGLIOS.mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed SwapChainGL on iOSassiduous2020-04-281-0/+10
* Fixed iOS build errorassiduous2020-04-241-2/+2
* Updated Mac and iOS native window structsassiduous2020-02-031-1/+1
* Introduced NativeWindow wrapper for supported platformsRobert Campbell2020-02-021-1/+1
* Fixed few GL build issues on Macassiduous2020-01-271-3/+3
* Reworked SwapChainIOS to use SwapChainGLBase; fixed few compiler issuesassiduous2019-12-281-43/+2
* Fixed few more clang warnings; fixed iOS build errorassiduous2019-12-281-7/+32
* Fixed default GL viewport size issue on iOSEgor Yusov2019-03-311-13/+13
* Fixed swap chain build error on iOSEgor Yusov2019-03-061-6/+5
* Added sync interval parameter to ISwapChain::Present()Egor Yusov2018-03-311-1/+1
* Fixed build error on iOSEgor Yusov2018-03-311-1/+11
* Reworked swap chain and context initialization on iOSEgor Yusov2018-02-031-9/+95
* Added SwapChain ISO implEgor Yusov2018-02-031-0/+54