[][src]Type Definition nannou::vk::FramebufferBuilderResult

type FramebufferBuilderResult<R, A> = Result<FramebufferBuilder<R, A>, FramebufferCreationError>;

Shorthand for the builder result type expected by the function given to Fbo::update.