-
When I clone the repo, then get the modules with the command above, it does clone the angle repo, but most of the folders are empty, such as the third_party, testing folders.
I don't remember this …
MBCX updated
3 months ago
-
When I convert an image using the command-line tool astcenc with the command astcenc -cs k.png k@1.ktx 6x6 -medium -pp-premultiply, the resulting image appears overly bright when displayed in WebGL.。
…
-
你好:
您开发的工具非常好用,但在使用中我发现了一个小错误。
当我尝试修改 ".mcd" 文件中的文本为中文的时候,会出现丢失空格字符的情况,当文本都是英文的时候就不会出现这个问题。
另外,这个工具似乎不能转换 NS 版的 ".wtp" 贴图,但我手动使用 python 脚本将贴图转换成 ".astc" 格式,再通过执行 “astcenc-avx2.exe” 可以得到正确的贴图,希望…
-
### Description
Previously I had been able to make automated builds on `macos-latest` with arm64 arch, but recent changes seem to have broken this.
I get an error about FMOD trying to initializ…
-
Hi! We need to add KTX2 format support for output textures
https://registry.khronos.org/KTX/specs/2.0/ktxspec.v2.html
-
I got this build error related to `popcnt` and `i386`:
```
/wrkdirs/usr/ports/graphics/bgfx/work/bgfx.cmake-1.127.8725-465/bimg/3rdparty/astc-encoder/source/astcenc_vecmathlib_sse_4.h:1313:26: error…
-
I'm using astcenc-encoder to compress volumetric lightmap data on mobile platform. I have selected two block sizes, 5x5 and 5x5x5, based on certain criteria.
When decompressing, it is required to c…
NoSW updated
4 months ago
-
### Tested versions
Reproducible in Godot 4.3 stable, windows 10, chrome browser. Also in Godot 4.2.
### System information
windows 10, Godot 4.3 stable, chrome browser, RX 580, compatibility…
-
Package: bgfx[core,multithreaded,platform-default-features]:x64-linux -> 1.121.8534-453
**Host Environment**
- Host: x64-linux
- Compiler: GNU 7.5.0
- vcpkg-tool version: 2023-09-15-ac02a9f…
-
At line 433 in this code
```
// Create a running sum from the histogram array
// Cells store previous values only; i.e. exclude self after sum
unsigned int sum = 0;
for (unsigned int i = 0;…