mirror of
https://github.com/servo/servo.git
synced 2025-06-10 01:23:13 +00:00
Associate bound WebGLTextures with texture units.
This commit is contained in:
parent
7574d26476
commit
b9710a59b5
2 changed files with 123 additions and 32 deletions
|
@ -55,6 +55,7 @@ fn is_unrooted_ty(cx: &LateContext, ty: &ty::TyS, in_new_function: bool) -> bool
|
|||
|| match_def_path(cx, did.did, &["std", "collections", "hash", "map", "Entry"])
|
||||
|| match_def_path(cx, did.did, &["std", "collections", "hash", "map", "OccupiedEntry"])
|
||||
|| match_def_path(cx, did.did, &["std", "collections", "hash", "map", "VacantEntry"])
|
||||
|| match_def_path(cx, did.did, &["std", "collections", "hash", "map", "Iter"])
|
||||
|| match_def_path(cx, did.did, &["std", "collections", "hash", "set", "Iter"]) {
|
||||
// Structures which are semantically similar to an &ptr.
|
||||
false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue