Flutter Impeller
impeller::BufferView Struct Reference

#include <buffer_view.h>

Public Member Functions

constexpr operator bool () const
 

Public Attributes

std::shared_ptr< const DeviceBufferbuffer
 
Range range
 

Detailed Description

Definition at line 15 of file buffer_view.h.

Member Function Documentation

◆ operator bool()

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

Definition at line 19 of file buffer_view.h.

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

References buffer.

Member Data Documentation

◆ buffer

◆ range


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