HLSL: Add tx.GetDimensions method (uint returns only)
This commit is contained in:
parent
e4821e43c8
commit
5d58faecc0
9 changed files with 3199 additions and 7 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue