Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
impeller::TextureAndSampler Struct Reference

combines the texture, sampler and sampler slot information. More...

#include <command.h>

Public Attributes

SampledImageSlot slot
 
TextureResource texture
 
const std::unique_ptr< const Sampler > & sampler
 

Detailed Description

combines the texture, sampler and sampler slot information.

Definition at line 61 of file command.h.

Member Data Documentation

◆ sampler

const std::unique_ptr<const Sampler>& impeller::TextureAndSampler::sampler

Definition at line 64 of file command.h.

◆ slot

SampledImageSlot impeller::TextureAndSampler::slot

Definition at line 62 of file command.h.

◆ texture

TextureResource impeller::TextureAndSampler::texture

Definition at line 63 of file command.h.


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