bool isCompatible(const TextureInfo& that) const; // Return a string containing the full description of this TextureInfo.
SkString toString() const; // Return a string containing only the info relevant for its use as a RenderPass attachment.
SkString toRPAttachmentString() const;
// Size determined by looking at the TextureInfoData subclasses, then guessing-and-checking. // Compiler will complain if this is too small - in that case, just increase the number. inline constexpr static size_t kMaxSubclassSize = 112; using AnyTextureInfoData = SkAnySubclass<TextureInfoData, kMaxSubclassSize>;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.