1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

sokol: update sokol_gfx.h to the LAST version, and fix example 06 (#13100)

This commit is contained in:
penguindark
2022-01-08 19:29:29 +01:00
committed by GitHub
parent 64c8fb061d
commit 22fce6a525
5 changed files with 311 additions and 52 deletions

View File

@ -260,6 +260,7 @@ pub fn (mut desc ShaderStageDesc) set_image(index int, name string) ShaderStageD
struct C.sg_shader_uniform_block_desc {
pub mut:
size usize
layout UniformLayout
uniforms [16]ShaderUniformDesc
}