#include <buffer_view.h>
Public Member Functions | |
| constexpr | operator bool () const |
Public Attributes | |
| std::shared_ptr< const DeviceBuffer > | buffer |
| Range | range |
Definition at line 15 of file buffer_view.h.
|
inlineexplicitconstexpr |
| std::shared_ptr<const DeviceBuffer> impeller::BufferView::buffer |
Definition at line 16 of file buffer_view.h.
Referenced by impeller::DeviceBuffer::AsBufferView(), impeller::Bind(), ImGui_ImplImpeller_RenderDrawData(), operator bool(), and impeller::testing::TEST_P().
| Range impeller::BufferView::range |
Definition at line 17 of file buffer_view.h.
Referenced by impeller::BlitPass::AddCopy(), impeller::DeviceBuffer::AsBufferView(), impeller::Bind(), impeller::BlitCopyBufferToTextureCommandGLES::Encode(), and impeller::testing::TEST_P().