gpu_get_state


描述

This function will get the current GPU state, returning it as a ds_map. This can then be manipulated or even saved, and you can return this map to the GPU using the function gpu_set_state.


语法:

gpu_get_state();


返回:

ds_map


例如:

gpu_map = gpu_get_state();

The above code stores the current GPU state in a variable.


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