mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
feat: add sharedTexture module to import shared texture (#47317)
feat: add `sharedTexture` module.
This commit is contained in:
12
spec/fixtures/api/shared-texture/managed/frame.html
vendored
Normal file
12
spec/fixtures/api/shared-texture/managed/frame.html
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user