MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / Upload

Method Upload

include/MeshUnmanaged.hpp:165–165  ·  view source on GitHub ↗

* Upload mesh vertex data to GPU (VRAM) */

Source from the content-addressed store, hash-verified

163 * Upload mesh vertex data to GPU (VRAM)
164 */
165 void Upload(bool dynamic = false) { ::UploadMesh(this, dynamic); }
166
167 /**
168 * Upload mesh vertex data to GPU (VRAM)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected