Skip to content
  • Lioncash's avatar
    gpu: Make memory_manager private · 45fb74d2
    Lioncash authored
    Makes the class interface consistent and provides accessors for
    obtaining a reference to the memory manager instance.
    
    Given we also return references, this makes our more flimsy uses of
    const apparent, given const doesn't propagate through pointers in the
    way one would typically expect. This makes our mutable state more
    apparent in some places.
    45fb74d2
Loading