#pragma once #include #include namespace buffer { /// Draw options struct params { /// Bind only vertices positions bool vertexOnly; /// Draw instanced model size_t instances = 1; }; }