Flutter Impeller
proc_table.h File Reference

Go to the source code of this file.

Classes

class  impeller::glvk::ProcTable
 A proc. table consisting of methods that are useful when interoperating between OpenGL and Vulkan. This is different from the OpenGL proc. table since it may contain more interop extension related methods. More...
 

Namespaces

 impeller
 
 impeller::glvk
 

Macros

#define FOR_EACH_GLVK_PROC(PROC)
 
#define GLVK_PROC(name)   GLProc<decltype(gl##name)> name = {"gl" #name, nullptr};
 

Macro Definition Documentation

◆ FOR_EACH_GLVK_PROC

#define FOR_EACH_GLVK_PROC (   PROC)

Definition at line 13 of file proc_table.h.

◆ GLVK_PROC

#define GLVK_PROC (   name)    GLProc<decltype(gl##name)> name = {"gl" #name, nullptr};

Definition at line 90 of file proc_table.h.