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 68 of file command.h.

Member Data Documentation

◆ slot

ShaderUniformSlot impeller::BufferAndUniformSlot::slot

Definition at line 69 of file command.h.

Referenced by impeller::BindBuffers(), and impeller::ComputeCommand::BindResource().

◆ view

BufferResource impeller::BufferAndUniformSlot::view

Definition at line 70 of file command.h.

Referenced by impeller::BindBuffers().


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