Skip to main content

Questions tagged [dataflow]

Filter by
Sorted by
Tagged with
4 votes
4 answers
441 views

If there are 2 GPUs in a PC, one processing only graphics and the other dedicated to PhysX, what is the flow of the physics-related data? Let's say we're simulating an explosion and the PhysX ...
NPS's user avatar
  • 2,334
0 votes
2 answers
324 views

I'm thinking about how to get the game design balancing data (unit values, quest conditions etc.) to a game. I wonder how you would solve/have solved it? Conditions: Java server Unity mobile client (...
messy's user avatar
  • 101
0 votes
1 answer
124 views

My question if about resource management. Is it a good idea to store resources like Sounds in an array and then make a second array(lets call this SoundCollections) as a sort of reference table(name + ...
user389006's user avatar
16 votes
3 answers
11k views

I'm a newbie graphics programmer and I've been wondering recently - how does model data (meshes and materials) flow from application (CPU memory) to graphics card (GPU memory?)? Say I have a static ...
NPS's user avatar
  • 2,334