mirror of
https://github.com/bloeys/physx-go.git
synced 2025-12-29 07:58:20 +00:00
Add flag to say if pvd is supported
This commit is contained in:
5
pgo/consts_checked.go
Executable file
5
pgo/consts_checked.go
Executable file
@ -0,0 +1,5 @@
|
||||
//go:build !physx_release
|
||||
|
||||
package pgo
|
||||
|
||||
const PvdSupported = true
|
||||
5
pgo/consts_release.go
Executable file
5
pgo/consts_release.go
Executable file
@ -0,0 +1,5 @@
|
||||
//go:build physx_release
|
||||
|
||||
package pgo
|
||||
|
||||
const PvdSupported = false
|
||||
Reference in New Issue
Block a user