Update rlgl_cgo.go

This commit is contained in:
JupiterRider 2024-01-23 17:58:33 +01:00
parent 2a08e83ca4
commit 3bc33ec8b7

View file

@ -9,7 +9,7 @@ import "C"
import ( import (
"unsafe" "unsafe"
) )
rlLoadComputeShaderProgram
// SetMatrixProjection - Set a custom projection matrix (replaces internal projection matrix) // SetMatrixProjection - Set a custom projection matrix (replaces internal projection matrix)
func SetMatrixProjection(proj Matrix) { func SetMatrixProjection(proj Matrix) {
cproj := proj.cptr() cproj := proj.cptr()