Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
GrSPIRVVaryingHandler.h
Go to the documentation of this file.
1/*
2 * Copyright 2019 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 GrSPIRVVaryingHandler_DEFINED
9#define GrSPIRVVaryingHandler_DEFINED
10
12
13 /*
14 * This class can be used for basic SPIR-V varying handling. Each added varying just takes the
15 * next available location slot.
16 */
18public:
20
22
23private:
24 void onFinalize() override;
25
27};
28
29#endif
GrSPIRVVaryingHandler(GrGLSLProgramBuilder *program)
GrGLSLVaryingHandler::VarArray VarArray