Search found 5 matches
- 10 Nov 2023, 11:34
- Forum: General Discussion
- Replies: 5
- Views: 1993
Re: BGFX Noesis Implementation not working
Great, so problem solved? Just fixed everything up. If someone comes across this thread in the future I would probably recommend learning from https://github.com/kuncarous/nextmu/tree/main instead, though my implementation should probably work. I just found kuncarous' yesterday, so my code is based...
- 10 Nov 2023, 10:15
- Forum: General Discussion
- Replies: 5
- Views: 1993
Re: BGFX Noesis Implementation not working
how does the render context get that information? None of the render target functions seem to get called, createTexture width and height are unrelated to the _view->SetSize so I'm a bit lost. It works the other way around. You must create and bind a render target with specific dimensions, and infor...
- 10 Nov 2023, 07:05
- Forum: General Discussion
- Replies: 5
- Views: 1993
Re: BGFX Noesis Implementation not working
how does the render context get that information? None of the render target functions seem to get called, createTexture width and height are unrelated to the _view->SetSize so I'm a bit lost. It works the other way around. You must create and bind a render target with specific dimensions, and infor...
- 09 Nov 2023, 13:02
- Forum: General Discussion
- Replies: 5
- Views: 1993
BGFX Noesis Implementation not working
Hello, hopefully this isn't the wrong place to put this thread. I've been working on implementing bgfx with noesisgui. I think I'm pretty close and (hopefully) just facing the last few problems. When I use _view->SetSize(width, height) how does the render context get that information? None of the re...
- 20 Sep 2023, 14:22
- Forum: General Discussion
- Replies: 1
- Views: 1383
OpenGL AMD extension not supported
Hello. I'm facing the same problem as this https://www.noesisengine.com/bugs/view.php?id=2659 and I see that it's been fixed for the next version. Is there anything I can do before the next version is released? I tried to find and download 3.2.0 but found nothing. I removed the "#extension GL_A...