h3d.impl.ManagedBuffer
h3d.impl.ManagedBuffer
Fields
| Name | Type | |
|---|---|---|
mem | h3d.impl.MemoryManager | |
stride | I32 | |
size | I32 | |
flags | I32 | |
vbuf | Virtual[count, res, stride] | |
freeList | h3d.impl._ManagedBuffer.FreeCell | |
next | h3d.impl.ManagedBuffer |
Protos
f@1294uploadVertexBuffer(h3d.impl.ManagedBuffer, I32, I32, hl.types.ArrayBytes_Single, Ref) → Voidf@1295allocPosition(h3d.impl.ManagedBuffer, I32, I32) → I32f@1296allocBuffer(h3d.impl.ManagedBuffer, h3d.Buffer) → Boolf@1297freeBuffer(h3d.impl.ManagedBuffer, h3d.Buffer) → Voidf@1298dispose(h3d.impl.ManagedBuffer) → Void
Bindings
- static
f@1300__constructor__(h3d.impl.ManagedBuffer, I32, I32, hl.types.ArrayObj) → Void