Heya,

We have three memory_pools: memory, string, and constant_string. Is there
any reason that string and memory are distinct? (aside from code
simplicity).

In general, is it possible that we will have other constant buffer values
besides strings.

Basically, how come we don't just have a memory pool and a
constant_memory pool, and get rid of the string versions?

Seems to create a lot of duplicate logic with the need to support a string
version and a generic buffer version of everything, when they are so
similar.

Am I missing something?

Thanks,
Mike Lambert

Reply via email to