Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix demo build error
  • Loading branch information
j-f1 committed Jun 29, 2023
commit 65980ba7f1be29e603c2658b8adb5c8f8a58177b
2 changes: 1 addition & 1 deletion Sources/WebAPIKitDemo/WebGLDemo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func runWebGLDemo() {
0.0, 0.0,
0.0, 0.5,
0.7, 0.0,
]).buffer
]).buffer as! ArrayBuffer
),
usage: WebGL2RenderingContext.STATIC_DRAW
)
Expand Down