Flutter Engine
The Flutter Engine
|
#include "src/gpu/ganesh/vk/GrVkVaryingHandler.h"
Go to the source code of this file.
Functions | |
static int | sksltype_to_location_size (SkSLType type) |
static void | finalize_helper (GrVkVaryingHandler::VarArray &vars) |
|
static |
Definition at line 76 of file GrVkVaryingHandler.cpp.
Returns the number of locations take up by a given SkSLType. We assume that all scalar values are 32 bits.
Definition at line 12 of file GrVkVaryingHandler.cpp.