MCPcopy Create free account
hub / github.com/KhronosGroup/glslang / isSparseTexture

Method isSparseTexture

glslang/Include/intermediate.h:1431–1431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1429 bool isSampling() const { return op > EOpSamplingGuardBegin && op < EOpSamplingGuardEnd; }
1430 bool isImage() const { return op > EOpImageGuardBegin && op < EOpImageGuardEnd; }
1431 bool isSparseTexture() const { return op > EOpSparseTextureGuardBegin && op < EOpSparseTextureGuardEnd; }
1432 bool isImageFootprint() const { return op > EOpImageFootprintGuardBegin && op < EOpImageFootprintGuardEnd; }
1433 bool isSparseImage() const { return op == EOpSparseImageLoad; }
1434 bool isSubgroup() const { return op > EOpSubgroupGuardStart && op < EOpSubgroupGuardStop; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected