PixelyIon ae5bcbdb5c Fix Depth RT lock to be in scope
Earlier texture locking design required the lock to be retained but since the introduction of `AttachTexture`, this no longer needs to be done. This being done caused deadlocks when the depth texture is sampled by the fragment shader while being bound as an RT since it would attempt to lock the texture again.
2022-05-07 02:37:48 +05:30
..
2022-05-07 02:37:48 +05:30
2019-10-18 16:22:38 +05:30
2022-05-06 15:41:48 +05:30