Flutter Impeller
pipeline_library_vk.cc File Reference

Go to the source code of this file.

Namespaces

 impeller
 

Functions

static vk::AttachmentDescription impeller::CreatePlaceholderAttachmentDescription (PixelFormat format, SampleCount sample_count)
 Creates an attachment description that does just enough to ensure render pass compatibility with the pass associated later with the framebuffer. More...
 
static vk::UniqueRenderPass impeller::CreateCompatRenderPassForPipeline (const vk::Device &device, const PipelineDescriptor &desc)
 
constexpr vk::FrontFace impeller::ToVKFrontFace (WindingOrder order)
 
static vk::PipelineCreationFeedbackEXT impeller::EmptyFeedback ()
 
static void impeller::ReportPipelineCreationFeedbackToLog (std::stringstream &stream, const vk::PipelineCreationFeedbackEXT &feedback)
 
static void impeller::ReportPipelineCreationFeedbackToLog (const PipelineDescriptor &desc, const vk::PipelineCreationFeedbackCreateInfoEXT &feedback)
 
static void impeller::ReportPipelineCreationFeedbackToTrace (const PipelineDescriptor &desc, const vk::PipelineCreationFeedbackCreateInfoEXT &feedback)
 
static void impeller::ReportPipelineCreationFeedback (const PipelineDescriptor &desc, const vk::PipelineCreationFeedbackCreateInfoEXT &feedback)