GPU 控制

When drawing things in a room, you'll often require a more granular control over exactly how drawing will be done. You may wish for there to be no alpha blending, or you may require culling, or you may need to switch texture interpolation on or off. All this is possible - and a lot more! - using the GPU controller functions listed below. Note that most of these functions are global in scope and once set or changed will affect how everything is drawn from then onwards.

The following functions can be used to get the values of different GPU properties:


The following functions can be used to set the values of different GPU properties:


These functions can be used to manipulate the GPU stack:


上一页: Drawing Contents
下一页: Mipmapping
© Copyright YoYo Games Ltd. 2018 All Rights Reserved