pub type UniformBuffers = BindGroup;
Uniform Buffers are small amount of data that are sent from CPU to GPU
struct UniformBuffers { /* private fields */ }