diff options
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]; } |