LWJGL Forum

Programming => LWJGL Documentation => Topic started by: bcbradle on June 10, 2017, 01:58:34

Title: Why does bgfx_create_frame_buffer_from_attachment take a PointerBuffer
Post by: bcbradle on June 10, 2017, 01:58:34
instead of a bgfx_attachment as per https://github.com/bkaradzic/bgfx/blob/master/include/bgfx/c99/bgfx.h

I figured it would take a BGFXAttachment, not a PointerBuffer
Title: Re: Why does bgfx_create_frame_buffer_from_attachment take a PointerBuffer
Post by: spasi on June 10, 2017, 07:19:19
It's a bug indeed, will be fixed in the next 3.1.3 nightly. Thanks!