#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(), impeller::BlitCopyBufferToTextureCommandVK::Encode(), impeller::BlitCopyBufferToTextureCommandMTL::Encode(), ImGui_ImplImpeller_RenderDrawData(), impeller::scene::Geometry::MakeFromFlatbuffer(), operator bool(), impeller::testing::TEST(), 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::BlitCopyBufferToTextureCommandVK::Encode(), impeller::BlitCopyBufferToTextureCommandMTL::Encode(), and impeller::testing::TEST_P().