• Show log

    Commit

  • Hash : 0bcc254e
    Author : David Ludwig
    Date : 2014-11-02T08:47:05

    WinRT: expanded OpenGL ES 2 support to enable recent updates to ANGLE/WinRT
    
    ANGLE for WinRT has at least two versions:
    - an older version, which supports Windows 8.0 and 8.1.  This is currently
      the "winrt" branch in MSOpenTech's ANGLE repository (at
      https://github.com/msopentech/angle)
    - a newer version, which drops support for Windows 8.0, but is under more
      active development (via MSOpenTech's "future-dev" branch), and which was
      recently merged into the ANGLE project's official "master" branch
      (at https://chromium.googlesource.com/angle/angle)
    
    Both versions are setup using slightly different APIs.  SDL/WinRT will now
    attempt to detect which version is being used, and configure it appropriately.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags

  • README.txt

  •                          Simple DirectMedia Layer
    
                                      (SDL)
    
                                    Version 2.0
    
    ---
    http://www.libsdl.org/
    
    Simple DirectMedia Layer is a cross-platform development library designed
    to provide low level access to audio, keyboard, mouse, joystick, and graphics
    hardware via OpenGL and Direct3D. It is used by video playback software,
    emulators, and popular games including Valve's award winning catalog
    and many Humble Bundle games.
    
    More extensive documentation is available in the docs directory, starting
    with README.md
    
    Enjoy!
    	Sam Lantinga				(slouken@libsdl.org)