Skip to content

Update Korean translations for intro-to-shaders.mdx#1414

Open
eupthere wants to merge 2 commits into
processing:mainfrom
eupthere:intro-to-shaders-ko
Open

Update Korean translations for intro-to-shaders.mdx#1414
eupthere wants to merge 2 commits into
processing:mainfrom
eupthere:intro-to-shaders-ko

Conversation

@eupthere
Copy link
Copy Markdown
Contributor

@eupthere eupthere commented May 28, 2026

Partially addresses: #1412

I found that the main:src/content/tutorials/ko/intro-to-shaders.mdx is almost identical to 2.0:src/content/tutorials/ko/intro-to-glsl.mdx. So I reused translations from the previously reviewed and merged PR (#1360).

Differences Summary (main vs 2.0)

Basic shader-loading example differs

  • 2.0: async setup() + await loadShader()
  • main: preload() + loadShader()

Varyings example differs

  • 2.0 uses aVertexColor / vVertexColor
  • main uses aTexCoord / vTexCoord

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant