Golint
This commit is contained in:
parent
29546140b9
commit
7e1cf349aa
13 changed files with 48 additions and 48 deletions
|
@ -8,7 +8,7 @@ import "C"
|
|||
import "unsafe"
|
||||
import "reflect"
|
||||
|
||||
// Vr device
|
||||
// VrDevice type
|
||||
type VrDevice int32
|
||||
|
||||
// Head Mounted Display devices
|
||||
|
@ -24,7 +24,7 @@ const (
|
|||
HmdFoveVr VrDevice = C.HMD_FOVE_VR
|
||||
)
|
||||
|
||||
// Blend mode
|
||||
// BlendMode type
|
||||
type BlendMode int32
|
||||
|
||||
// Color blending modes (pre-defined)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue