Files
electron/spec/fixtures/api/shared-texture/managed/frame.html
trop[bot] c229e274a0 feat: add sharedTexture module to import shared texture (#48831)
feat: add `sharedTexture` module.

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: reito <reito@chromium.org>
2025-11-11 11:55:54 -05:00

12 lines
203 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
</head>
<body style="margin: 0;">
<iframe src="index.html" style="width: 100%; height: 100%; border: none;"></iframe>
</body>
</html>