Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
impeller::ArgLogger< Type > Struct Template Reference

#include <proc_table_gles.h>

Static Public Member Functions

static void log (std::stringstream &stream, Type arg)
 

Detailed Description

template<typename Type>
struct impeller::ArgLogger< Type >

Definition at line 55 of file proc_table_gles.h.

Member Function Documentation

◆ log()

template<typename Type >
static void impeller::ArgLogger< Type >::log ( std::stringstream &  stream,
Type  arg 
)
inlinestatic

Definition at line 56 of file proc_table_gles.h.

56{ stream << arg; }

Referenced by impeller::BuildGLArgumentsStream().


The documentation for this struct was generated from the following file: