• Show log

    Commit

  • Hash : f507fe05
    Author : Kimmo Kinnunen
    Date : 2023-04-06T12:27:00

    Rename PLATFORM_IOS to PLATFORM_IOS_FAMILY
    
    The current define ANGLE_PLATFORM_IOS actually means
    "iOS or tvOS or WatchOS or MacCatalyst".
    The current define ANGLE_PLATFORM_WATCHOS means nothing.
    The current define ANGLE_PLATFORM_APPLETV means nothing.
    
    Replace PLATFORM_IOS and its uses with PLATFORM_IOS_FAMILY, so that
    then PLATFORM_IOS can be reintroduced and others can be fixed.
    
    Replace PLATFORM_IOS_SIMULATOR and its uses with
    PLATFORM_IOS_FAMILY_SIMULATOR for consistency.
    
    Use consistent `#if X` notation instead of `#if defined(X)`.
    
    Bug: angleproject:8121
    Change-Id: Ibe668c2ae9bb801d15e036fcf1dfd53f22c30787
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4404161
    Reviewed-by: Dan Glastonbury <djg@apple.com>
    Reviewed-by: Kenneth Russell <kbr@chromium.org>
    Commit-Queue: Kimmo Kinnunen <kkinnunen@apple.com>
    

  • Properties

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

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags