The Wayback Machine - https://web.archive.org/web/20210725044333/https://github.com/topics/bgfx
Skip to content
#

bgfx

Here are 49 public repositories matching this topic...

cache-tlb
cache-tlb commented Oct 15, 2020

Hi, I'm using the interface set_view_order as follows:

view_order = np.array([ 3, 1, 2, 0 ], dtype=np.uint16)
bgfx.set_view_order(0, 4, as_void_ptr(view_order))

and get a trace:

TypeError: set_view_order(): incompatible function arguments. The following argument types are supported:
    1. () -> None
    2. (_id: int) -> None
    3. (_id: int, _num: int) -> None
    4. 

Improve this page

Add a description, image, and links to the bgfx topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bgfx topic, visit your repo's landing page and select "manage topics."

Learn more