All public logs

From GiderosMobile

Combined display of all available logs of GiderosMobile. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 06:46, 5 November 2023 MoKaLux talk contribs deleted page GLSL and HLSL Example (content was: "__NOTOC__ '''Parent:''' Writing Shaders<br/> === A Blur shader === The code below defines a Blur shader consisting of: * vShaderBlur.{glsl/hlsl} vertex shader * fShaderBlur.{glsl/hlsl} fragment shader Here the shader files are in the '''assets''' root directory. No special flag is given. === GLSL version === ==== GLSL Vertex Shader: vShaderBlur.glsl ==== <syntaxhighlight lang="c"> attribute highp vec3 vVertex; attribute mediump vec2 vTexCoord; uniform highp mat4 vMatrix...")