sokol-d ~master (2025-01-19T13:18:06.3987345)
Dub
Repo
SbVertex
shaders
vertexpull
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
SbVertex {
float
[
3
]
pos
;
ubyte
[
4
]
_pad_12
;
float
[
4
]
color
;
}
Members
Variables
_pad_12
ubyte
[
4
]
_pad_12
;
Undocumented in source.
color
float
[
4
]
color
;
Undocumented in source.
pos
float
[
3
]
pos
;
Undocumented in source.
Meta
Source
See Implementation
shaders
vertexpull
functions
vertexpullShaderDesc
manifest constants
SBUF_SSBO
UB_VS_PARAMS
static variables
FS_SOURCE_GLSL300ES
FS_SOURCE_GLSL430
FS_SOURCE_HLSL5
FS_SOURCE_METAL_MACOS
FS_SOURCE_WGSL
VS_SOURCE_GLSL300ES
VS_SOURCE_GLSL430
VS_SOURCE_HLSL5
VS_SOURCE_METAL_MACOS
VS_SOURCE_WGSL
structs
SbVertex
VsParams