Flutter Engine
The Flutter Engine
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 151 of file KeyHelpers.h.

Constructor & Destructor Documentation

◆ LMShaderData()

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

Definition at line 152 of file KeyHelpers.h.

153 : fLocalMatrix(localMatrix) {
154 }

Member Data Documentation

◆ fLocalMatrix

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

Definition at line 156 of file KeyHelpers.h.


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