use crate::;
/// End the PBR renderpass
/// Evalues the provided XrContent to ensure the frame state allows for rendering before completing
/// the Vulkan render pass.
/// Make sure to only call this function ONCE per frame, AFTER `begin_frame`, AFTER `begin_pbr_renderpass` and BEFORE `end_frame`