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);
参数 描述 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".