MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / setDomain

Method setDomain

src/Engine/ShaderDrawHelper.h:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 inline void setDomain(const GraphSubset& g)
115 {
116 _range_domain = GraphSubset::intersection(g, _range_base);
117 }
118 inline const GraphSubset& getDomain() const
119 {
120 return _range_domain;

Callers 3

ShaderCropFunction · 0.45
blitNShadeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected