-
I was trying to create a simple project just to try fips and bgfx out.
I get the following error when doing a clean build (`fips build` in the `mytest` directory with nothing else in the `fips-work…
fo-fo updated
7 years ago
-
I followed the steps in the README. After building, I get this error message.
```
/Users/gmisail/Desktop/Projects/Junior/CPP/CRay/fips-workspace/fips-bgfx/bgfx/3rdparty/etc2/ProcessRGB.cpp:208:53: e…
-
I found the following code:
```c++
// File: two/src/bgfx/BgfxSystem.cpp
// Function: BgfxSystem::init
info("gfx - bgfx::init");
bgfx::Init params = {};
params.type = bgfx::RendererType::OpenGL;…
-
**Describe the bug**
On Fedora 40 x86_64 with latest nvidia driver and egl-wayland from updates testing, attempting to start examples under wayland crashes regardless of the renderer or the SDL v…
-
We should rely **as much as possible** on system libraries from the build host, to avoid the situation we have with vendored code. For example, on Solus, we already have glslang, vulkan headers, freet…
-
What is the license on the BGFX render? While a bit outdated it has served as a very nice starting point. I need to know what license it is before I can move forward.
-
**Describe the bug**
Various rendering artefacts occuring when using Android Standalone on Snapdragon processors 8 gen 1,2 and 3:
- Flipper area renders black and partially clips the ball
- inser…
-
Win11 23H2 thinkpad, CPU:Intel Ultra7 155H,Graphics:Intel Arc(Core graphics)
18-ibl.cpp
```
bgfx::Init init;
init.type = bgfx::RendererType::OpenGL;
init.vendorId = args.m_pciId;
init.…
-
Hello,
I'm trying the MAME Flatpak and Fedora Silverblue for the first time and I ran into a couple of problems:
- The first one is that the bgfx_path in mame.ini is pointing to "bgfx" and nee…
-
Run ./studio ./data/cloud.ply
![notrespond](https://user-images.githubusercontent.com/10349365/196606428-2c543166-7105-4e9e-90ab-86b67f8a7a35.png)
I press 'Wait' button, and wait a short while. …