GLFrameBuffer.setColor

set render buffer as color attachment

  1. void setColor(GLRenderBuffer rbo, uint no)
    class GLFrameBuffer
    void
    setColor
    in { assert (rbo !is null); }
  2. void setColor(GLTexture tex, uint no = 0)

Meta