Searched defs:kMaxFramebufferAttachments (Results 1 – 2 of 2) sorted by relevance
101 …static constexpr uint32_t kMaxFramebufferAttachments = 2u * kMaxFragAttachments; // Slightly arbit… member
120 constexpr size_t kMaxFramebufferAttachments = gl::IMPLEMENTATION_MAX_DRAW_BUFFERS * 2 + 2; variable