Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KTX read-only library #324

Merged
merged 7 commits into from
Oct 13, 2020
Merged

KTX read-only library #324

merged 7 commits into from
Oct 13, 2020

Commits on Oct 7, 2020

  1. Configuration menu
    Copy the full SHA
    1433481 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5deab0 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. fix: Return proper error code KTX_INVALID_OPERATION when invoking wri…

    …ting functions in read-only library ktx_read.
    atteneder committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    e7b37af View commit details
    Browse the repository at this point in the history
  2. fix: Made KTX_FEATURE_STATIC_LIBRARY a platform dependent option (alw…

    …ays ON on iOS and emscripten).
    atteneder committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    7a4a99b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. fix: Option KTX_FEATURE_STATIC_LIBRARY is now always visible, but con…

    …figuration yields error if type is invalid for current platform
    atteneder committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    609f75f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1430dd3 View commit details
    Browse the repository at this point in the history
  3. fix: Link both ktx_js and msc_basis_transcoder_js against `ktx_re…

    …ad` (instead of `ktx`). Those are read-only and this ensures it.
    
    If creating KTX is required, we'd need to make additional targets and link against `ktx` again.
    atteneder committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    99bf4af View commit details
    Browse the repository at this point in the history