Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
impeller::CommandPoolRecyclerVK::RecycledData Struct Reference

A unique command pool and zero or more recycled command buffers. More...

#include <command_pool_vk.h>

Public Attributes

vk::UniqueCommandPool pool
 
std::vector< vk::UniqueCommandBuffer > buffers
 

Detailed Description

A unique command pool and zero or more recycled command buffers.

Definition at line 109 of file command_pool_vk.h.

Member Data Documentation

◆ buffers

std::vector<vk::UniqueCommandBuffer> impeller::CommandPoolRecyclerVK::RecycledData::buffers

Definition at line 111 of file command_pool_vk.h.

◆ pool

vk::UniqueCommandPool impeller::CommandPoolRecyclerVK::RecycledData::pool

Definition at line 110 of file command_pool_vk.h.


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