Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/gfx/skia/skia/src/sksl/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 424 B image not shown  

Quelle  sksl_public.sksl   Sprache: unbekannt

 
// SkSL intrinsics that are not part of GLSL

// Color space transformation, between the working (destination) space and fixed (known) spaces:
$pure half3 toLinearSrgb(half3 color);
$pure half3 fromLinearSrgb(half3 color);

// SkSL intrinsics that reflect Skia's C++ object model:
      half4 $eval(float2 coords, shader s);
      half4 $eval(half4 color, colorFilter f);
      half4 $eval(half4 src, half4 dst, blender b);

[ Dauer der Verarbeitung: 0.24 Sekunden  (vorverarbeitet)  ]