-
witch cocos2d-x version does cocos creator3D 1.0.4 use? I find cocos2d-x-lite ervsion in the programe folder, but the readme.md says it removes all 3D features.
what is gfx, does it come from bgfx? …
-
**Describe the bug**
genie can not generate the correct projects file on Windows VS2019 ARM/ARM64
There are three problems.
The first is the `OutDir` and `IntDir` is wrong.
```
..\..\wi…
-
I have been trying to build it on Linux, but I'm having some compilation errors, the first one was regarding BGFX_CONFIG_RENDERER_OPENGLES, I manage to fix it by changing
https://github.com/Cedr…
-
-
```
shaderc -f /home/mchiasson/git/bgfx/examples/37-gpudrivenrendering/fs_gdr_instanced_indirect_rendering.sc -i /home/mchiasson/git/bgfx/src -o /home/mchiasson/git/bgfx/examples/runtime/shaders/essl…
-
```
fs_SingleScattering_RayMarching.sc
void main()
{
vec3 rayStart = u_cameraPos;
vec3 rayDir = normalize(v_worldPos.xyz);
// lightDir was optimized here
vec3 lightDir = normalize(…
T-rvw updated
2 years ago
-
since https://github.com/bkaradzic/bgfx/pull/2001 my framework stopped working properly on macOS.
as explained in the comment of the PR above there is a deadlock.
I saw that the fix got reverted but…
-
`BGFX_RESET_SRGB` only:
![devenv_2016-04-11_20-20-28](https://cloud.githubusercontent.com/assets/219510/14448967/e7934706-0022-11e6-817f-f8635c68a5df.png)
and after adding `BGFX_RESET_MSAA_X4`:
![dev…
-
### MAME version
0.259
### System information
Windows 10, x64, EN-US, intel i5 10th Gen iGPU
### INI configuration details
```INI
#
# CORE CONFIGURATION OPTIONS
#
readconfig …
-
Any idea how to get this working on Linux ?