Home
last modified time | relevance | path

Searched refs:_sg_wgpu_blendop (Results 1 – 1 of 1) sorted by relevance

/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sokol/
H A Dsokol_gfx.h10138 _SOKOL_PRIVATE WGPUBlendOperation _sg_wgpu_blendop(sg_blend_op op) { in _sg_wgpu_blendop() function
11131 cs_desc[0].colorBlend.operation = _sg_wgpu_blendop(desc->blend.op_rgb); in _sg_wgpu_create_pipeline()
11134 cs_desc[0].alphaBlend.operation = _sg_wgpu_blendop(desc->blend.op_alpha); in _sg_wgpu_create_pipeline()