Skip to content

Graphics Objects need a managed flag/hash #157

Description

@aconstlink

Recently, we implmented a manager class which is responsible for loading/reloading graphics resources automatically and managing the graphics object. This means, no other user of the graphics object can change the state of that object. it can only use it.

For example. an msl object is used multiple times by 100 users. non of the 100 users can do a release or init a reconfigure.

For that reason, a msl object requires a flag that can be set so any other object is does not do mentioned actions.

May a single flag suffice, but can not handle multiple managers.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions