Expand description
The buffer object
Structs§
- Buffer
- The Vulkan buffer object, same as the OpenGL buffer object, could be used to store vertices, elements(indices), and the other data.
- Buffer
MapGuard - The typed map
- Storage
Buffer - The storage buffer
- Uniform
Buffer - The uniform buffer
Traits§
- Generic
Storage Buffer - The trait for the
StorageBufferto be able to wrap into an object - Generic
Uniform Buffer - The trait for the
UniformBufferto be able to wrap into an object - Storage
Buffer Struct Type - The trait that the struct of uniform must implement
- Uniform
Struct Type - The trait that the struct of uniform must implement