Module buffer

Module buffer 

Source
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.
BufferMapGuard
The typed map
StorageBuffer
The storage buffer
UniformBuffer
The uniform buffer

Traits§

GenericStorageBuffer
The trait for the StorageBuffer to be able to wrap into an object
GenericUniformBuffer
The trait for the UniformBuffer to be able to wrap into an object
StorageBufferStructType
The trait that the struct of uniform must implement
UniformStructType
The trait that the struct of uniform must implement