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 | Type | Description |
---|---|---|
ds_map | 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".