Home | History | Annotate | Download | only in functional

Lines Matching refs:colorAttachment

669 		glu::Texture colorAttachment(m_context.getRenderContext());
671 gl.bindTexture(GL_TEXTURE_2D, *colorAttachment);
677 gl.framebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, *colorAttachment, 0);