pub unsafe extern "C" fn obs_encoder_video_tex_active(
encoder: *const obs_encoder_t,
format: video_format,
) -> boolExpand description
Returns if the encoder’s video output context supports shared textures for the specified video format.
pub unsafe extern "C" fn obs_encoder_video_tex_active(
encoder: *const obs_encoder_t,
format: video_format,
) -> boolReturns if the encoder’s video output context supports shared textures for the specified video format.