pub fn create_frame_buffer_from_handles(
    num: u8,
    handles: &Texture,
    destroy_texture: bool
) -> FrameBuffer
Expand description
  • num: Number of texture handles.
  • handles: Texture attachments.
  • destroy_texture: If true, textures will be destroyed when frame buffer is destroyed.