phaser/src/renderer/webgl
2021-10-18 16:01:53 +01:00
..
pipelines Set default vert shader 2021-10-18 16:01:53 +01:00
shaders The Multi Pipeline now uses highp float precision by default, instead of mediump. This fixes issues with strange blue 'spots' appearing under WebGL on some Android devices. Fix #5751 #5659 #5655 2021-09-28 15:56:54 +01:00
typedefs Only need to set the width 2021-10-11 17:56:26 +01:00
const.js Added new WebGL consts for easier shader configs 2020-10-28 16:14:05 +00:00
index.js Expose Render Target and WebGLShader 2020-11-06 10:59:57 +00:00
PipelineManager.js Removed SpriteFX as you extend it, not instantiate it 2021-10-12 01:03:04 +01:00
RenderTarget.js RenderTarget will now automatically set the wrapping mode to clamp. 2021-10-14 18:45:41 +01:00
Utils.js Don't .replace non-strings. 2020-11-05 10:08:21 +00:00
WebGLPipeline.js Removed log 2021-10-13 23:35:29 +01:00
WebGLRenderer.js The WebGLRenderer.createTextureFromSource method has a new optional boolean parameter forceClamp that will for the clamp wrapping mode even if the texture is a power-of-two. 2021-10-14 18:45:28 +01:00
WebGLShader.js The WebGLShader.set1fv, set2fv, set3fv, set4fv, set1iv, set2iv, set3iv, set4iv, setMatrix2fv, setMatrix3fv and setMatrix4fv methods no longer try to do array comparisons when setting the uniforms, but sets them directly. Fix #5670 2021-05-24 17:24:03 +01:00