Flutter Impeller
impeller::BufferAndUniformSlot Struct Reference

combines the buffer resource and its uniform slot information. More...

#include <command.h>

Public Attributes

ShaderUniformSlot slot
 
BufferResource view
 

Detailed Description

combines the buffer resource and its uniform slot information.

Definition at line 72 of file command.h.

Member Data Documentation

◆ slot

ShaderUniformSlot impeller::BufferAndUniformSlot::slot

Definition at line 73 of file command.h.

Referenced by impeller::Command::BindVertices().

◆ view

BufferResource impeller::BufferAndUniformSlot::view

Definition at line 74 of file command.h.

Referenced by impeller::Command::GetVertexBuffer().


The documentation for this struct was generated from the following file: