phaser/src/renderer/webgl
2023-02-27 15:12:40 +00:00
..
pipelines Post FX now supports custom quality and distance parameters. Fix #6393 2023-02-27 15:09:57 +00:00
shaders Use new consts to add mobile GPU speed-up 2023-02-27 13:47:55 +00:00
typedefs Updated copyright year 2023-01-02 17:36:27 +00:00
const.js Updated copyright year 2023-01-02 17:36:27 +00:00
index.js Updated copyright year 2023-01-02 17:36:27 +00:00
PipelineManager.js PipelineManager.getPostPipeline now has an optional 3rd parameter, a config object that is passed to the pipeline instance in its constructor, which can be used by the pipeline during its set-up. 2023-02-27 15:12:40 +00:00
RenderTarget.js Don't resize if locked from resizing 2023-02-14 01:29:46 +00:00
Utils.js Added setGlowQuality function 2023-02-27 13:47:33 +00:00
WebGLPipeline.js Added documentation and method parameters 2023-02-17 17:07:22 +00:00
WebGLRenderer.js If mipmapFilter is not set on the config (now the default) it won't create them at all. 2023-01-23 20:59:02 +00:00
WebGLShader.js Updated copyright year 2023-01-02 17:36:27 +00:00