blackhole_renderer 0.1.1

Real-time GPU black hole renderer with gravitational lensing and accretion disk simulation
Documentation
1
2
3
4
5
6
7
// GPU state management module
//
// This module will contain:
// - GPU device and queue state
// - Resource lifetime management
// - Buffer and texture creation helpers
// - GPU memory management utilities