Version: 2021.1
言語: 日本語

GraphicsFenceType

enumeration

マニュアルに切り替える

説明

The type of the GraphicsFence. Currently the only supported fence type is AsyncQueueSynchronization.

変数

AsyncQueueSynchronisationThe GraphicsFence can be used to synchronise between different GPU queues, as well as to synchronise between GPU and the CPU.
CPUSynchronisationThe GraphicsFence can only be used to synchronize between the GPU and the CPU.