Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
GrMtlFramebuffer.h
Go to the documentation of this file.
1/*
2* Copyright 2021 Google Inc.
3*
4* Use of this source code is governed by a BSD-style license that can be
5* found in the LICENSE file.
6*/
7
8#ifndef GrMtlFramebuffer_DEFINED
9#define GrMtlFramebuffer_DEFINED
10
11#include "include/gpu/GrTypes.h"
14
15class GrMtlAttachment;
16
38
39#endif
~GrMtlFramebuffer() override
GrMtlAttachment * stencilAttachment()
GrMtlAttachment * colorAttachment()
static sk_sp< const GrMtlFramebuffer > Make(GrMtlAttachment *colorAttachment, GrMtlAttachment *resolveAttachment, GrMtlAttachment *stencilAttachment)
GrMtlAttachment * resolveAttachment()
T * get() const
Definition SkRefCnt.h:303