Struct e2rcore::interface::i_component::ComponentRenderBuffer
[−]
[src]
pub struct ComponentRenderBuffer {
pub _data_dict: HashMap<BuffDataType, Vec<f32>>,
}Fields
_data_dict: HashMap<BuffDataType, Vec<f32>>
Methods
impl ComponentRenderBuffer[src]
fn flush_into_render_device(
&self,
rd: &mut RenderDevice
) -> Result<(), &'static str>[src]
&self,
rd: &mut RenderDevice
) -> Result<(), &'static str>