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

Method UpdateBuffer

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

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

Source from the content-addressed store, hash-verified

168 * Upload mesh vertex data to GPU (VRAM)
169 */
170 void UpdateBuffer(int index, void* data, int dataSize, int offset = 0) {
171 ::UpdateMeshBuffer(*this, index, data, dataSize, offset);
172 }
173
174 /**
175 * Draw a 3d mesh with material and transform

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected