diff options
author | quou <quou@disroot.org> | 2025-01-01 18:43:31 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-01-01 18:43:31 +1100 |
commit | d26100734623f37063206b9b144c2a29fd71d414 (patch) | |
tree | 11aefe54b4110109a841cb656b2f309ee69a1893 /video.cpp | |
parent | 568ba73c71b650f905bd1b3f60f10871316eefdc (diff) |
material system
Diffstat (limited to 'video.cpp')
-rw-r--r-- | video.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2049,6 +2049,7 @@ Texture_Id Device::get_depth_target() { } Texture& Device::get_texture(Texture_Id id) { + assert(id.index); return ((Device_Vk*)this)->textures[id]; } |