|
Nsound
0.9.4
|
#include <Nsound/CudaUtils.h>
Public Types | |
| enum | State { BOOTING_ = 1, INITALIZED_ = 10, UNLOADED_ = 20, ERROR_ = 30 } |
Public Member Functions | |
| void | init (int flags=0) |
| Initialize the card once. More... | |
Static Public Attributes | |
| static State | state_ |
Definition at line 53 of file CudaUtils.h.
| Enumerator | |
|---|---|
| BOOTING_ | |
| INITALIZED_ | |
| UNLOADED_ | |
| ERROR_ | |
Definition at line 55 of file CudaUtils.h.
| void Nsound::Context::init | ( | int | flags = 0 | ) |
Initialize the card once.
|
static |
Definition at line 63 of file CudaUtils.h.
1.8.6