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

textures: check if the main loop is runing before loading texture #451

Merged
merged 5 commits into from
Feb 7, 2022

Commits on Feb 6, 2022

  1. Configuration menu
    Copy the full SHA
    0e552b2 View commit details
    Browse the repository at this point in the history
  2. texture: add EnqueueNewTextureFromRgba

    this method adds texture to load queue that is processed while running app
    it allows user to call texture-loading methods inside of main
    function so that he shouldn't check if texture
    isn't currently loaded in app loop
    gucio321 committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    246212c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1653cf View commit details
    Browse the repository at this point in the history
  4. all: fix linter error

    gucio321 committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    e1ee5f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eab3d00 View commit details
    Browse the repository at this point in the history