Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
GrGLPrecompiledProgram Struct Reference

#include <GrGLProgramBuilder.h>

Public Member Functions

 GrGLPrecompiledProgram (GrGLuint programID=0, SkSL::Program::Interface intf=SkSL::Program::Interface())
 

Public Attributes

GrGLuint fProgramID
 
SkSL::Program::Interface fInterface
 

Detailed Description

Definition at line 28 of file GrGLProgramBuilder.h.

Constructor & Destructor Documentation

◆ GrGLPrecompiledProgram()

GrGLPrecompiledProgram::GrGLPrecompiledProgram ( GrGLuint  programID = 0,
SkSL::Program::Interface  intf = SkSL::Program::Interface() 
)
inline

Definition at line 29 of file GrGLProgramBuilder.h.

31 : fProgramID(programID), fInterface(intf) {}
SkSL::Program::Interface fInterface

Member Data Documentation

◆ fInterface

SkSL::Program::Interface GrGLPrecompiledProgram::fInterface

Definition at line 34 of file GrGLProgramBuilder.h.

◆ fProgramID

GrGLuint GrGLPrecompiledProgram::fProgramID

Definition at line 33 of file GrGLProgramBuilder.h.


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