Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
haxiomic committed Dec 6, 2023
1 parent 266935b commit 2fea827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ type LumaShaderHooks = {
vertexShaderHooks?: {
additionalUniforms?: { [name: string]: [UniformTypeGLSL, { value: any }] },

/** Inject into global space (for example, to add varying) */
/** Inject into global space (for example, to add a varying) */
additionalGlobals?: string,

/**
Expand Down Expand Up @@ -187,7 +187,7 @@ type LumaShaderHooks = {
fragmentShaderHooks?: {
additionalUniforms?: { [name: string]: [UniformTypeGLSL, { value: any }] },

/** Inject into global space (for example, to add varying) */
/** Inject into global space (for example, to add a varying) */
additionalGlobals?: string,

/**
Expand Down

0 comments on commit 2fea827

Please sign in to comment.