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
On page 65 in the printed version, which is the Your First Shader: Pass Through section in Chapter 5, there is a reference to an undefined variable called vertexData:
let vertexColorSize = vertexData.count * MemoryLayout<Float>.size
This variable is not defined elsewhere in the code either. Is there something missing?
The text was updated successfully, but these errors were encountered:
jackxujh
changed the title
Undefined variable on Page 65
Undefined variable vertexData on Page 65
Oct 26, 2018
On page 65 in the printed version, which is the Your First Shader: Pass Through section in Chapter 5, there is a reference to an undefined variable called
vertexData
:This variable is not defined elsewhere in the code either. Is there something missing?
The text was updated successfully, but these errors were encountered: