-
```
UBOs still have a few issues for complete support:
* inactive UBO members should be pruned from the active uniforms list
* there's an open ticket on Khronos to see if we must support uniform bu…
-
```
The WebGL extension WEBGL_compressed_texture_es3 has moved to draft status and
may now be implemented.
```
Original issue reported on code.google.com by `pyalot@gmail.com` on 5 Feb 2015 at 7:50
-
在哪里指定的opengl es3呢?
![image](https://github.com/githubhaohao/NDK_OpenGLES_3_0/assets/7020534/e99992e6-7a98-40f8-9198-1a78fe3f3d50)
wzyzb updated
5 months ago
-
Hi
I tried using elemental2 with j2cl. My BUILD file contains this config :
```
load("@com_google_j2cl//build_defs:rules.bzl", "j2cl_library")
j2cl_library(
name = "javafrontendlib",
…
-
```
A few steps are left to complete unpack buffers:
* we need to support more formats for the fast GPU path
* we need cube texture support
* we need 2D array texture support
```
Original issue …
-
```
A few steps are left to complete unpack buffers:
* we need to support more formats for the fast GPU path
* we need cube texture support
* we need 2D array texture support
```
Original issue …
-
So I've been looking at the descriptor attributes for ES5, even pushed my initial implementation to the [ecmascript5](https://github.com/fholm/IronJS/tree/ecmascript5)-branch. There is a subtle differ…
fholm updated
13 years ago
-
Only need objects created when mapping, otherwise can be deferred until first use on the queue thread.
Thinking:
- context has a single platform context for resource stuff (this is the 'root' share …
-
Hello.
Thanks for the app.
After install figma_0.4_amd64.snap (use instruction: https://github.com/302bis/figma-app-ubuntu/issues/6), received the following problem:
We can't open the editor bec…
-
```js
const timeout = (ms) =>
new Promise((resolve, reject) => {
setTimeout(() => {
resolve();
}, ms);
});
const ajax1 = () =>
timeout(2000).then(() => {
console.log("1");
…