You can think of a Framebuffer object like this. class Framebuffer {; constructor() {; this.attachments = new Map(); // attachments by attachment point ...
確定! 回上一頁