#include <device_buffer_descriptor.h>
Public Attributes | |
| StorageMode | storage_mode = StorageMode::kDeviceTransient |
| size_t | size = 0u |
Definition at line 13 of file device_buffer_descriptor.h.
| size_t impeller::DeviceBufferDescriptor::size = 0u |
Definition at line 15 of file device_buffer_descriptor.h.
Referenced by impeller::DeviceBuffer::AsBufferView(), impeller::DeviceBuffer::AsTexture(), impeller::DeviceBuffer::CopyHostBuffer(), impeller::Allocator::CreateBufferWithCopy(), impeller::CreateDeviceBuffer(), impeller::ComputePlaygroundTest::CreateHostVisibleDeviceBuffer(), impeller::VerticesGeometry::GetPositionBuffer(), impeller::VerticesGeometry::GetPositionColorBuffer(), impeller::VerticesGeometry::GetPositionUVBuffer(), ImGui_ImplImpeller_RenderDrawData(), impeller::scene::Geometry::MakeFromFlatbuffer(), and impeller::testing::TEST_P().
| StorageMode impeller::DeviceBufferDescriptor::storage_mode = StorageMode::kDeviceTransient |
Definition at line 14 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().