You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YYDan
changed the title
Incorrect swizzle in code example in Guide To Using Shaders in the manual
Manual Content: "Guide To Using Shaders" page has incorrect in the code example for swizzling vectors
Sep 18, 2024
Description
First example code showing swizzle:
vec3 firstVec;
vec3 secondVec = firstVec;
vec4 thirdVec = secondVec.xyz;
vec2 fourthVec = thirdVec.zx;
thirdVec has only 3 components, but should have 4
Manual Link
https://manual.gamemaker.io/monthly/en/#t=Additional_Information%2FGuide_To_Using_Shaders.htm
Which version of GameMaker are you reporting this issue for?
IDE v2024.8.1.171 Runtime v2024.8.1.218
Which operating system(s) are you seeing the problem on?
Windows 10.0.19045.0
Attached Files
58cdf202-82d0-49bf-9333-7be6c67af507
The text was updated successfully, but these errors were encountered: