doc: document UniformStorage::inner_ubo
This commit is contained in:
parent
657a688180
commit
a2363c30a7
|
@ -82,6 +82,7 @@ impl<H, C, S> UniformStorage<H, C, S>
|
||||||
where
|
where
|
||||||
S: Deref<Target = [u8]> + DerefMut,
|
S: Deref<Target = [u8]> + DerefMut,
|
||||||
{
|
{
|
||||||
|
/// Access the backing storage for the UBO.
|
||||||
pub fn inner_ubo(&self) -> &S {
|
pub fn inner_ubo(&self) -> &S {
|
||||||
&self.ubo
|
&self.ubo
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue