Add LunaSVG

This commit is contained in:
Isuru Samarathunga
2025-10-18 09:26:01 +05:30
parent 4597d0a4aa
commit 57bc80f4f9
187 changed files with 12435 additions and 24 deletions

View File

@ -507,7 +507,7 @@ static void ImGui_ImplSDLGPU3_CreateGraphicsPipeline()
rasterizer_state.cull_mode = SDL_GPU_CULLMODE_NONE;
rasterizer_state.front_face = SDL_GPU_FRONTFACE_COUNTER_CLOCKWISE;
rasterizer_state.enable_depth_bias = false;
rasterizer_state.enable_depth_clip = false;
rasterizer_state.enable_depth_clip = true;
SDL_GPUMultisampleState multisample_state = {};
multisample_state.sample_count = v->MSAASamples;