2 _renderPass = renderPass;
5 inline void Framebuffer::addAttachment(
const API::ImageView* attachment) {
6 _attachments.push_back(attachment);
9 inline void Framebuffer::setWidth(uint32_t width) {
13 inline void Framebuffer::setHeight(uint32_t height) {
17 inline void Framebuffer::setLayers(uint32_t layers) {