#include <device_buffer_descriptor.h>
Public Attributes | |
StorageMode | storage_mode = StorageMode::kDeviceTransient |
size_t | size = 0u |
bool | readback = false |
Definition at line 14 of file device_buffer_descriptor.h.
bool impeller::DeviceBufferDescriptor::readback = false |
Definition at line 19 of file device_buffer_descriptor.h.
size_t impeller::DeviceBufferDescriptor::size = 0u |
Definition at line 16 of file device_buffer_descriptor.h.
Referenced by impeller::DeviceBuffer::AsTexture(), impeller::DeviceBuffer::CopyHostBuffer(), impeller::Allocator::CreateBufferWithCopy(), impeller::CreateDeviceBuffer(), impeller::ComputePlaygroundTest::CreateHostVisibleDeviceBuffer(), ImGui_ImplImpeller_RenderDrawData(), impeller::scene::Geometry::MakeFromFlatbuffer(), and impeller::testing::TEST_P().
StorageMode impeller::DeviceBufferDescriptor::storage_mode = StorageMode::kDeviceTransient |
Definition at line 15 of file device_buffer_descriptor.h.
Referenced by impeller::DeviceBuffer::CopyHostBuffer(), impeller::Allocator::CreateBufferWithCopy(), impeller::CreateDeviceBuffer(), impeller::ComputePlaygroundTest::CreateHostVisibleDeviceBuffer(), ImGui_ImplImpeller_RenderDrawData(), impeller::scene::Geometry::MakeFromFlatbuffer(), and impeller::testing::TEST_P().