#include <future>
#include "compute_pipeline_descriptor.h"
#include "impeller/renderer/compute_pipeline_builder.h"
#include "impeller/renderer/context.h"
#include "impeller/renderer/pipeline_builder.h"
#include "impeller/renderer/pipeline_descriptor.h"
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) |