DescriptionImplement shareResources==true in TestWebGraphicsContext3D
This moves the id namespace (for textures/buffers/images) in a separate struct, that can be shared across instance.
Similarly to the other WGC3D implementations, there is only one global share group, that instances can opt into or be completely segregated (based on whether shareResources==true or not)
BUG=None
R=danakj@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=211886
Patch Set 1 #Patch Set 2 : rebase #
Total comments: 2
Patch Set 3 : remove CreateShared: it's redundant #Patch Set 4 : Also make TestWebGraphicsContext3D default constructor share resources #
Total comments: 20
Patch Set 5 : review nits #Patch Set 6 : missed nit #Patch Set 7 : fix destruction race #
Messages
Total messages: 19 (0 generated)
|