You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am making a Zig game with OpenGL and I would like to make my game request gamemode on startup (like Mach Gamemode). The thing is, I don't want to use Mach libraries since they require me to downgrade my zig version. Now, I'm struggling on how to implement gamemode requests myself, since I couldn't find any documentation on how to do it.
Describe the solution you'd like
Some kind of documentation that describes the process on how to request gamemode from within a game.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am making a Zig game with OpenGL and I would like to make my game request gamemode on startup (like Mach Gamemode). The thing is, I don't want to use Mach libraries since they require me to downgrade my zig version. Now, I'm struggling on how to implement gamemode requests myself, since I couldn't find any documentation on how to do it.
Describe the solution you'd like
Some kind of documentation that describes the process on how to request gamemode from within a game.
The text was updated successfully, but these errors were encountered: