dmitri.shuralyov.com/gpu/mtl/...

add minimal API to support interactive rendering in a window dmitri.shuralyov.com/gpu/mtl#1

Mergeddmitshur opened this change 5 years ago
Patch Set 5
dmitshur committed 5 years ago commit c4eb07ba2d711bc78bcd2606dd587d9267a61aa5
Collapse all
Commit Message
FileFile
@@ -1,10 +1,10 @@
11
Parent:     7a718d8 (Add PixelFormatBGRA8UNormSRGB, SetVertexBytes.)
22
Author:     Dmitri Shuralyov <dmitri@shuralyov.com>
33
AuthorDate: Sat Jun 23 01:07:53 2018 -0400
44
Commit:     Dmitri Shuralyov <dmitri@shuralyov.com>
5
CommitDate: Sun Oct 21 23:20:25 2018 -0400
5
CommitDate: Mon Oct 22 03:12:01 2018 -0400
66

77
Add minimal API to support interactive rendering in a window.
88

99
The goal of this change is to make it possible to use package mtl
1010
to render to a window at interactive framerates (e.g., at 60 FPS,