Commit graph

1862 commits

Author SHA1 Message Date
Keavon Chambers
e72ab7b000 Draw commands are now built by a GuiNode traversing its children 2020-05-23 22:44:35 -07:00
Keavon Chambers
6e0883e9b6 Move pipeline name and bind groups to DrawCommand 2020-05-23 15:43:55 -07:00
Keavon Chambers
8fb1a703af Remove unused code 2020-05-23 12:47:36 -07:00
Keavon Chambers
a9859b4bb4 Refactor to generalize pipeline drawing sequence 2020-05-23 12:36:47 -07:00
Keavon Chambers
9a60ba54fe Add bind group caching 2020-05-11 00:38:01 -07:00
Keavon Chambers
59cb448872 Caching for resources is now used instead of ignored 2020-05-04 03:01:56 -07:00
Keavon Chambers
38b36ed4c6 Code cleanup and creation of GuiTree 2020-05-03 01:34:14 -07:00
Keavon Chambers
d64d4d881a Remvoe old cache implementations 2020-05-02 22:35:14 -07:00
Keavon Chambers
f4900dd919 Refactor resource caches and use it with textures now 2020-05-02 22:34:23 -07:00
Keavon Chambers
2ab74f7ba1 Fix coordinate system so it renders like before wgpu upgrade 2020-05-02 17:46:34 -07:00
Keavon Chambers
323a951362 Update wgpu from 0.4 to 0.5 (currently it's not rendering) 2020-05-02 14:44:28 -07:00
Keavon Chambers
b30ee294a6 Window with textured polygon 2020-04-26 00:28:13 -07:00