HLSL: Add tx.GetDimensions method (uint returns only)

This commit is contained in:
LoopDawg 2016-07-15 11:22:24 -06:00
parent e4821e43c8
commit 5d58faecc0
9 changed files with 3199 additions and 7 deletions

View file

@ -85,6 +85,7 @@ struct TSampler { // misnomer now; includes images, textures without sampler,
bool isPureSampler() const { return sampler; }
bool isTexture() const { return !sampler && !image; }
bool isShadow() const { return shadow; }
bool isArrayed() const { return arrayed; }
void clear()
{