Advertisement

Latest ResourceManagement Activity

The resource in ECS is generally meta-information, a proxy for the concrete resource. That is, in many systems a resource the developers see as a Mesh, Material, Sound, or similar resource they can attach to an object in their Inspector or other editor isn't a reference to the actual mesh, the actu…

3,360 views
Advertisement

Okay so I'm gonna leave my (theoretical) solution here for posterity in case anyone's curious as to how I ended up solving this in the future:

Within the render graph I have a static array of 4 descriptor set data objects that houses the descriptor set and the corresponding layout, one for each majo…

7,468 views

I just did above, with fread(). Mirror the call with fwrite(). This works well for plain old data, but does not work for pointers or for many more advanced uses. There is no need for a “binary format” as the data is inherently in the format in memory. 

Again, Java has built in serializing funct…

19,277 views
Advertisement
Advertisement