Home
last modified time | relevance | path

Searched refs:fixedAttributeBindings (Results 1 – 1 of 1) sorted by relevance

/third_party/glslang/glslang/Include/
DShHandle.h127 fixedAttributeBindings(nullptr), in TLinker()
136 virtual void setFixedAttributeBindings(const ShBindingTable* t) { fixedAttributeBindings = t; } in setFixedAttributeBindings()
149 const ShBindingTable* fixedAttributeBindings; variable