Visible buffers
Overview
Step-by-Step Guide
1. Declare the Buffer
public SSMA!: TIndexBuffer;2. Create the Buffer in Init()
Init()this.SSMA = this.api.CreateIndexBuffer();3. Register the Number of Buffers
this.api.IndicatorBuffers(1);4. Bind the Buffer to an Index
5. Configure the Buffer
Full Example
Notes
Last updated