webgpu improvements

This commit is contained in:
Jorijn van der Graaf 2026-05-24 13:32:08 +02:00
commit 8347467e1e
18 changed files with 1932 additions and 153 deletions

View file

@ -18,10 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
module;
#ifndef CRAFTER_GRAPHICS_WINDOW_DOM
#endif // !CRAFTER_GRAPHICS_WINDOW_DOM
export module Crafter.Graphics:InputField;
#ifndef CRAFTER_GRAPHICS_WINDOW_DOM
import std;
import :Types;
import :Keys;
@ -110,4 +107,3 @@ export namespace Crafter {
const InputFieldColors& colors,
bool caretVisible);
}
#endif // !CRAFTER_GRAPHICS_WINDOW_DOM