Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Public Attributes | List of all members
SkSL::UniformInfo Struct Reference

#include <SkSLProgram.h>

Classes

struct  Uniform
 

Public Attributes

std::vector< UniformfUniforms
 
int fUniformSlotCount = 0
 

Detailed Description

Represents a list the Uniforms contained within a Program.

Definition at line 32 of file SkSLProgram.h.

Member Data Documentation

◆ fUniforms

std::vector<Uniform> SkSL::UniformInfo::fUniforms

Definition at line 40 of file SkSLProgram.h.

◆ fUniformSlotCount

int SkSL::UniformInfo::fUniformSlotCount = 0

Definition at line 41 of file SkSLProgram.h.


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