Patrick Schroen
|
de17358232
Pure annotations house cleaning (#24207)
|
3 年 前 |
Michael Herzog
|
a70e1d3bf5
WebGLUniforms: Avoid usage of prototype. (#24069)
|
3 年 前 |
Renaud Rohlinger
|
8e1d51b936
Removed deprecated PureArrayUniform.updateCache method (#23911)
|
3 年 前 |
Michael Herzog
|
f9cd9cab03
Add new render target types for 3D and array textures. (#23498)
|
3 年 前 |
Michael Herzog
|
b6e02c218a
WebGLTextures: Remove render target texture fallback. (#23470)
|
3 年 前 |
Jonas Kordt
|
93c39eb9d3
WebGLUniforms: Setters for arrays of 3D textures (#22847)
|
3 年 前 |
SuperSodaSea
|
9eeefa69d9
WebGLUniforms: Add unsigned vector array support for uniform. (#21316)
|
4 年 前 |
gonnavis
|
153bd4b0e5
SimplifyRegExpOfWebGLUniforms
|
4 年 前 |
Rawr
|
881645e613
intendation adjusted
|
5 年 前 |
Rawr
|
de15fa568c
hopefully last const's
|
5 年 前 |
Mugen87
|
820ad6bac0
Core: Remove author comments.
|
5 年 前 |
Mugen87
|
0a538fcfee
Core: More usage of let/const.
|
5 年 前 |
Mugen87
|
fc351ff46c
WebGLUniforms: Support uint uniform type.
|
5 年 前 |
David Peicho
|
e68e8a4986
WebGLUniforms: add more mapping to 'getSingularSetter()' and 'getPureArraySetter()'
|
5 年 前 |
David Peicho
|
d97151ba0f
texture: add WebGL internal format support
|
6 年 前 |
Mugen87
|
e29a5d7b0e
WebGLUniforms: Fix setValueV1i().
|
6 年 前 |
Fernando Serrano
|
f88e7fe4d6
Rename pure array uniforms setters functions: setValueXXa => setValueXXArray
|
6 年 前 |
Fernando Serrano
|
22c2356853
Add specific setValue* for array uniforms and renaming functions for consistency
|
6 年 前 |
Fernando Serrano
|
9b7de2df47
Remove cache from Array of Vectors uniforms
|
6 年 前 |
Fernando Serrano
|
92b3f3a6d0
Remove cache from Array of Textures uniforms
|
6 年 前 |
Fernando Serrano
|
310bd2b387
Remove cache from Array of Matrices uniforms
|
6 年 前 |
Mr.doob
|
08ce26f240
WebGLUniforms: Remove WebGLRenderer dependency.
|
6 年 前 |
Mugen87
|
f697f1ca36
WebGLRenderer: Remove .setTexture3D() and .setTexture2DArray().
|
6 年 前 |
Mr.doob
|
d92e93d8cb
WebGLUniforms: Fixed typo.
|
6 年 前 |
Takahiro
|
c547772cf4
Merge branch 'dev' into TextureArray and resolved the conflicts.
|
6 年 前 |
Takahiro
|
7b4cfbaf95
Fix missing emptyTexture2darray definitioin in WebGLUniforms.js
|
6 年 前 |
Takahiro
|
f89e8db688
Clean up DataTexture3D
|
6 年 前 |
Takahiro
|
2752ab4cb7
Add DataTexture2DArray
|
6 年 前 |
Takahiro
|
b59cdc0f95
Rename Texture3D to DataTexture3D
|
7 年 前 |
Takahiro
|
a4fbd9f7bd
Fix missing Texture3D import in WebGLUniforms
|
7 年 前 |