Skip to content

Instantly share code, notes, and snippets.

@mrdaybird
mrdaybird / index.html
Created May 14, 2023 05:45
Matrix Multiplication using WebGL2 and Javascript
<!--
Matrix Multiplication using WebGL2.
Written by vaibhav(github: mrdaybird)
-->
<!DOCTYPE html>
<html>
<head>
<title>Matrix multiplication using WebGL2</title>
</head>
<body>