This commit is contained in:
jacob 2026-02-21 02:08:30 -06:00
parent bc7e83af90
commit 110407a063

View File

@ -25,7 +25,7 @@ void G_BootstrapCommon(void)
gpu_perm, cl, gpu_perm, cl,
G_Format_R8G8B8A8_Uint, G_Format_R8G8B8A8_Uint,
VEC2I32(8, 8), VEC2I32(8, 8),
G_Layout_Simultaneous, G_Layout_AnyQueue_ShaderRead_CopyRead_CopyWrite_Present,
.flags = G_ResourceFlag_ZeroMemory .flags = G_ResourceFlag_ZeroMemory
); );
G.blank_tex = G_PushTexture2DRef(gpu_perm, blank_tex); G.blank_tex = G_PushTexture2DRef(gpu_perm, blank_tex);
@ -44,7 +44,7 @@ void G_BootstrapCommon(void)
gpu_perm, cl, gpu_perm, cl,
G_Format_R16_Uint, G_Format_R16_Uint,
noise_dims, noise_dims,
G_Layout_Simultaneous G_Layout_AnyQueue_ShaderRead_CopyRead_CopyWrite_Present
); );
G_CopyCpuToTexture( G_CopyCpuToTexture(
cl, cl,