Update rlgl_cgo.go
This commit is contained in:
parent
2a08e83ca4
commit
3bc33ec8b7
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue