Skip to content
Paweł Waligóra edited this page Sep 6, 2024 · 6 revisions

buffc, buffc2, buffc4, buffc8

preamble key-word since v1.0.0

Can only be defined in main preamble.

buffers in file

Behaviour

Outputs how many buffers are defined in .format file.

Example

buffc
buffs4_4 ; vertex.x vertex.y vertex.z
buffs4_4 ; normal.x normal.y normal.z
buffs4_4 ; uv.u uv.v

buffc key-word will output number 3 to the output file since there are 3 buffers defined.

Clone this wiki locally