Flutter Impeller
impeller::BufferView Struct Reference

#include <buffer_view.h>

Public Member Functions

constexpr operator bool () const
 

Public Attributes

std::shared_ptr< const Bufferbuffer
 
uint8_t * contents
 
Range range
 

Detailed Description

Definition at line 13 of file buffer_view.h.

Member Function Documentation

◆ operator bool()

constexpr impeller::BufferView::operator bool ( ) const
inlineexplicitconstexpr

Definition at line 18 of file buffer_view.h.

18 { return static_cast<bool>(buffer); }

References buffer.

Member Data Documentation

◆ buffer

◆ contents

uint8_t* impeller::BufferView::contents

Definition at line 15 of file buffer_view.h.

Referenced by impeller::DeviceBuffer::AsBufferView().

◆ range


The documentation for this struct was generated from the following file:
impeller::BufferView::buffer
std::shared_ptr< const Buffer > buffer
Definition: buffer_view.h:14