Question: Get the texture buffer id
PabloPicose opened this issue · 5 comments
PabloPicose commented
Hi,
how can I get the texture ID from a framebuffer?
frame_buffer.color_texture().id has invalid value...
It´s to use in the Imgui image
pplux commented
If you use the imgui implementation &frame_buffer.color_texture() should be enough.
PabloPicose commented
Ok, but other libs needs this, is there a method to get this?
Like Aplication
PabloPicose commented
Any solution to this???
pplux commented
In an abstraction rendering layer there should be no need to manually get the internal ID, to what purpose you need that?
PabloPicose commented
Yes, use a modified imgui lib for testing purpose, if its possible