gpu_set_state


描述

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".


上一页: GPU Functions
下一页: gpu_get_blendenable
© Copyright YoYo Games Ltd. 2018 All Rights Reserved