Flutter Impeller
impeller::TextureAndSampler Struct Reference

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

#include <command.h>

Public Attributes

SampledImageSlot slot
 
ShaderStage stage
 
TextureResource texture
 
raw_ptr< const Samplersampler
 

Detailed Description

combines the texture, sampler and sampler slot information.

Definition at line 58 of file command.h.

Member Data Documentation

◆ sampler

raw_ptr<const Sampler> impeller::TextureAndSampler::sampler

Definition at line 62 of file command.h.

◆ slot

SampledImageSlot impeller::TextureAndSampler::slot

Definition at line 59 of file command.h.

◆ stage

ShaderStage impeller::TextureAndSampler::stage

Definition at line 60 of file command.h.

◆ texture

TextureResource impeller::TextureAndSampler::texture

Definition at line 61 of file command.h.


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