This function will set the current GPU state using the passed-in ds_map. The supplied map can be created using the function gpu_get_state
gpu_set_state(ds_map);
| Argument | Description |
|---|---|
| ds_map | The GPU state to set as a ds_map. |
N/A
gpu_set_state(gpu_map);
The above code sets the GPU state using the map supplied in the variable "gpu_map".