Skip to content

demo vulkan cube sdl2 invalid go  #17

@splace

Description

@splace
# github.com/vulkan-go/demos/vulkancube/vulkancube_sdl2
./main.go:33:31: cannot use surfPtr (type unsafe.Pointer) as type uintptr in argument to vulkan.SurfaceFromPointer
Tue 1 Dec 18:29:30 GMT 2020

fixed by adding type conversion...

surf := vk.SurfaceFromPointer(surfPtr)

->

surf := vk.SurfaceFromPointer(uintptr(surfPtr))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions