Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
skgpu::graphite::TextureAndSampler Class Reference

#include <ShaderCodeDictionary.h>

Public Member Functions

constexpr TextureAndSampler (const char *name)
 
const char * name () const
 

Detailed Description

Definition at line 49 of file ShaderCodeDictionary.h.

Constructor & Destructor Documentation

◆ TextureAndSampler()

constexpr skgpu::graphite::TextureAndSampler::TextureAndSampler ( const char *  name)
inlineconstexpr

Definition at line 51 of file ShaderCodeDictionary.h.

51: fName(name) {}

Member Function Documentation

◆ name()

const char * skgpu::graphite::TextureAndSampler::name ( ) const
inline

Definition at line 53 of file ShaderCodeDictionary.h.

53{ return fName; }

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