#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.
Referenced by impeller::testing::TEST_P().
size_t impeller::DeviceBufferDescriptor::size = 0u |
Definition at line 16 of file device_buffer_descriptor.h.
Referenced by impeller::DeviceBuffer::CopyHostBuffer(), impeller::Allocator::CreateBufferWithCopy(), impeller::ComputePlaygroundTest::CreateHostVisibleDeviceBuffer(), ImGui_ImplImpeller_RenderDrawData(), impeller::testing::FailingAllocator::OnCreateBuffer(), impeller::testing::TEST(), and impeller::testing::TEST_P().
StorageMode impeller::DeviceBufferDescriptor::storage_mode = StorageMode::kDeviceTransient |