Flutter Impeller
impeller::TextureAndSampler Struct Reference

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

#include <command.h>

Public Attributes

SampledImageSlot slot
 
TextureResource texture
 
std::shared_ptr< const Samplersampler
 

Detailed Description

combines the texture, sampler and sampler slot information.

Definition at line 61 of file command.h.

Member Data Documentation

◆ sampler

std::shared_ptr<const Sampler> impeller::TextureAndSampler::sampler

Definition at line 64 of file command.h.

Referenced by impeller::BindImages().

◆ slot

SampledImageSlot impeller::TextureAndSampler::slot

◆ texture

TextureResource impeller::TextureAndSampler::texture

Definition at line 63 of file command.h.

Referenced by impeller::BindImages(), and impeller::UpdateBindingLayouts().


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