From: Mikko Rasa Date: Wed, 28 Apr 2021 11:38:55 +0000 (+0300) Subject: Implement textureSize as a visitor function in the SPIR-V generator X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=ece3438c6a1630ada39cc01ae3d54b27aacdd663;hp=ece3438c6a1630ada39cc01ae3d54b27aacdd663;p=libs%2Fgl.git Implement textureSize as a visitor function in the SPIR-V generator It requires an image as an operand, not a sampled image. ---