You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/libANGLE/ErrorStrings.h
+1
Original file line number
Diff line number
Diff line change
@@ -507,6 +507,7 @@ inline constexpr const char *kPixelDataNull = "Pixel data cannot be null.";
507
507
inlineconstexprconstchar *kPixelPackBufferBoundForTransformFeedback = "It is undefined behavior to use a pixel pack buffer that is bound for transform feedback.";
508
508
inlineconstexprconstchar *kPixelUnpackBufferBoundForTransformFeedback = "It is undefined behavior to use a pixel unpack buffer that is bound for transform feedback.";
509
509
inlineconstexprconstchar *kPLSActive = "Operation not permitted while pixel local storage is active.";
510
+
inlineconstexprconstchar *kPLSColorAttachmentReserved = "Color attachment is actively reserved for pixel local storage.";
510
511
inlineconstexprconstchar *kPLSCapNotAllowed = "Cap 0x%04X cannot be enabled or disabled while pixel local storage is active.";
511
512
inlineconstexprconstchar *kPLSDefaultFramebufferBound = "Default framebuffer object name 0 does not support pixel local storage.";
512
513
inlineconstexprconstchar *kPLSDimensionsDontMatchRenderingArea = "Pixel local storage backing texture dimensions not equal to the rendering area.";
0 commit comments