core: win32: various improvements (#1255)

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
Authored-by: Hordur Johannsson <hordurj@gmail.com>
This commit is contained in:
Stephen Gutekanst 2024-08-24 23:16:53 -07:00 committed by GitHub
parent a5a3d31411
commit 984d4de3bd
Failed to generate hash of commit
6 changed files with 324 additions and 206 deletions

View file

@ -110,7 +110,7 @@ fn updatePipeline(
// TODO(d3d12): #1217
// changed the uv_transform to 4x4. The 3x3 causes issues with d3d12/hlsl
transforms: []Mat4x4,
uv_transforms: []Mat4x4,
uv_transforms: []Mat4x4,
sizes: []Vec2,
pub fn lessThan(ctx: @This(), a: usize, b: usize) bool {