Skip to content

Generalize per-platform support introducing PLATFORM_SUPPORTS_VR option #95

@jcfr

Description

@jcfr

Thank you, looks good. Nitpick: instead of using if(APPLE) at two different places, it would be nicer to set a variable like PLATFORM_SUPPORTS_VR once (set it to FALSE if APPLE, TRUE otherwise) and use that value at both places. I did not introduce this variable in the original commit because the check was done at one place and it was possible to explain that in a comment there.

Originally posted by @lassoan in #94 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions