Flutter Impeller
pipeline.h File Reference

Go to the source code of this file.

Classes

class  impeller::Pipeline< T >
 Describes the fixed function and programmable aspects of rendering and compute operations performed by commands submitted to the GPU via a command buffer. More...
 
struct  impeller::PipelineFuture< T >
 
class  impeller::Pipeline< T >
 Describes the fixed function and programmable aspects of rendering and compute operations performed by commands submitted to the GPU via a command buffer. More...
 
class  impeller::RenderPipelineT< VertexShader_, FragmentShader_ >
 
class  impeller::ComputePipelineT< ComputeShader_ >
 

Namespaces

 impeller
 

Functions

PipelineFuture< PipelineDescriptor > impeller::CreatePipelineFuture (const Context &context, std::optional< PipelineDescriptor > desc)
 
PipelineFuture< ComputePipelineDescriptor > impeller::CreatePipelineFuture (const Context &context, std::optional< ComputePipelineDescriptor > desc)