Method AllocBuffer
AllocBuffer(int, Func<RTHandleSystem, int, RTHandle>, int)
Allocate RT handles for a buffer.
선언
public void AllocBuffer(int bufferId, Func<RTHandleSystem, int, RTHandleSystem.RTHandle> allocator, int bufferCount)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| int | bufferId | The buffer to allocate. |
| Func<RTHandleSystem, int, RTHandleSystem.RTHandle> | allocator | The functor to use for allocation. |
| int | bufferCount | The number of RT handles for this buffer. |