diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-11-14 20:20:21 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-11-14 20:20:21 +0100 |
| commit | b0c6ccabb4d42eda73b6ebee23446c6fb2e871db (patch) | |
| tree | c2fd3d474d3a86eeb8dc984e7297cefb8be4d3aa | |
| parent | b42697f81d0c8509f5a32faa589dfb8bb0f2586d (diff) | |
sokol_gfx.h vk: _sg_vk_reset_state_cache is a no-op
| -rw-r--r-- | sokol_gfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_gfx.h b/sokol_gfx.h index 85a7f50c..9238859c 100644 --- a/sokol_gfx.h +++ b/sokol_gfx.h @@ -20496,7 +20496,7 @@ _SOKOL_PRIVATE void _sg_vk_discard_backend(void) { } _SOKOL_PRIVATE void _sg_vk_reset_state_cache(void) { - SOKOL_ASSERT(false && "FIXME"); + // nothing to do here } _SOKOL_PRIVATE sg_resource_state _sg_vk_create_buffer(_sg_buffer_t* buf, const sg_buffer_desc* desc) { |