This commit is contained in:
Aras Pranckevičius 2021-01-29 15:25:52 +02:00 коммит произвёл GitHub
Родитель 5b1009610c
Коммит d3036b56c9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@ An example where a "plasma effect" texture is updated on the CPU every frame.
`Assets/PlasmaSampleScene` is the sample scene and code.
Time it takes to update a 512x512 texture, on 2019 MacBookPro (Core i9 2.4GHz, 8 cores / 16 threads):
Time it takes to compute plasma and update a 512x512 texture, on 2019 MacBookPro (Core i9 2.4GHz, 8 cores / 16 threads):
- `SetPixels`: **113ms**,
- `SetPixel`: 140ms,