Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
skgpu::graphite::LocalMatrixShaderBlock::LMShaderData Struct Reference

#include <KeyHelpers.h>

Public Member Functions

 LMShaderData (const SkMatrix &localMatrix)
 

Public Attributes

const SkM44 fLocalMatrix
 

Detailed Description

Definition at line 140 of file KeyHelpers.h.

Constructor & Destructor Documentation

◆ LMShaderData()

skgpu::graphite::LocalMatrixShaderBlock::LMShaderData::LMShaderData ( const SkMatrix localMatrix)
inline

Definition at line 141 of file KeyHelpers.h.

142 : fLocalMatrix(localMatrix) {
143 }

Member Data Documentation

◆ fLocalMatrix

const SkM44 skgpu::graphite::LocalMatrixShaderBlock::LMShaderData::fLocalMatrix

Definition at line 145 of file KeyHelpers.h.


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