Skip to main content

Module buffer

Module buffer 

Source
Expand description

Metal buffer resources.

Corresponds to Metal/MTLBuffer.hpp.

Buffers store data that can be accessed by shaders. They are the most basic type of Metal resource.

Structsยง

Buffer
A buffer resource that stores data for shader access.