-
**Operating system and version:**
CentOS 7.1 (without libtxc_dxtn installed)
**Is this for single player or multiplayer?**
both
**Description of the bug (and if possible, steps to reproduce th…
-
I can't seem to find:
GL_COMPRESSED_RGBA_S3TC_DXT1_EXT
GL_COMPRESSED_RGBA_S3TC_DXT3_EXT
GL_COMPRESSED_RGBA_S3TC_DXT5_EXT
are these missing?
-
I suggest to add another column into this table: https://github.com/BinomialLLC/basis_universal/wiki/OpenGL-texture-format-enums-table with srgb formats.
Examples:
BC1: GL_COMPRESSED_RGB_S3TC_DXT1…
-
需要支持压缩纹理的载入,期望用法如下:
```ts
const texture = device.createTexture({
format: Format.BC1, // 压缩格式
width,
height,
usage: TextureUsage.RENDER_TARGET,
});
texture.setImageData([data]);
```
…
-
Hello,
Do you plan on making your plugin available for web platforms ?
Right now the web export fails with this error
```
No suitable library found for GDExtension: res://addons/godot_midi/godot…
-
From JS console:
THREE.WebGLRenderer 67 three.min.js:444
THREE.WebGLRenderer: S3TC compressed textures not supported. three.min.js:450
Atlas texture size: 8192px history.js:1822
-
```
void idImage::UploadPrecompressedImage( byte *data, int len ) {
ddsFileHeader_t *header = (ddsFileHeader_t *)(data + 4);
glewInit();
// ( not byte swapping dwReserved1 dwReserved2 )
heade…
-
Hi there,
On each startup of brackets I get the following warning:
``` bash
ATTENTION: default value of option force_s3tc_enable overridden by environment
```
Can anyone tell me what it essentiall…
-
### Godot version
3.4.stable.official, v3.5.beta.custom_build.67f19ee51
### System information
Windows 8 Pro 64-bit (6.2, Build 9200), Intel(R) Core(TM) i5-3570K, AMD Radeon HD 7800 Series, G…
-
**Issue by [orschiro](https://github.com/orschiro)**
_Thursday Mar 13, 2014 at 21:13 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/7195_
----
Hi there,
On each startup of br…