diff options
author | Brian Paul <[email protected]> | 2012-01-10 11:35:57 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-01-10 12:37:38 -0700 |
commit | 2e87660ca6deba9ba866a8012cf82f41374b5adb (patch) | |
tree | 11bbffc83023ff97e947af33381a2e2ae30ea293 /include | |
parent | 6bf5daf331f13ec9503615a2578247e72b7d2cbb (diff) |
util: use memset() to initialize surface, sampler_view templates
These initialization functions weren't initializing all the fields so
some had undefined values. The callers of these functions sometimes use
a structure assignment to initialize new objects from these templates
so we'd just propagate the undefined values. That made for some confusing
info when debugging, plus it could lead to bugs.
v2: fix surf pointer mix-up: "&surf" -> "surf"
Jakob Bornecrantz <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions