supported half_float and 8bit unorm format at first_triangle example.

This commit is contained in:
2023-02-21 18:35:08 +08:00
parent 2fb443bcb4
commit f990539633
4 changed files with 62 additions and 15 deletions

View File

@@ -61,7 +61,7 @@ protected:
protected:
Camera * camera =nullptr;
DeviceBuffer * ubo_camera_info =nullptr;
DeviceBuffer * ubo_camera_info =nullptr;
public: