fbertola / bgfx-python

Python 3.7+ wrapper for the BGFX library. 🐍
BSD 2-Clause "Simplified" License
123 stars 6 forks source link

create_frame_buffer example #17

Open adzhang opened 3 years ago

adzhang commented 3 years ago

I am confused about create_frame_buffer by using TextureHandle array. How can I cast bgfx.TextureHandle to const TextureHandle* _handles in C++