Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chuigda committed Jul 27, 2023
1 parent a2a4dd4 commit fa3021e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/10mins-computer-graphics.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Depthbuffer = Matrix{Float32}
function render!(
# 目标帧缓冲,或者可以理解为“画布”
framebuffer::Framebuffer,
# 顶点数据。注意定点数据不止包含位置,还可以包含用户定义的任意属性
# 顶点数据。注意顶点数据不止包含位置,还可以包含用户定义的任意属性
# 所以这里使用一个泛型参数来表示顶点类型
vertices::Vector{V}

Expand Down

0 comments on commit fa3021e

Please sign in to comment.