shaders.instancingcompute

Undocumented in source.

Members

Functions

displayShaderDesc
sg.ShaderDesc displayShaderDesc(sg.Backend backend)
Undocumented in source. Be warned that the author may not have intended to support it.
initShaderDesc
sg.ShaderDesc initShaderDesc(sg.Backend backend)
Undocumented in source. Be warned that the author may not have intended to support it.
updateShaderDesc
sg.ShaderDesc updateShaderDesc(sg.Backend backend)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

ATTR_DISPLAY_COLOR0
enum ATTR_DISPLAY_COLOR0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ATTR_DISPLAY_POS
enum ATTR_DISPLAY_POS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SBUF_CS_SSBO
enum SBUF_CS_SSBO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SBUF_VS_SSBO
enum SBUF_VS_SSBO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UB_CS_PARAMS
enum UB_CS_PARAMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UB_VS_PARAMS
enum UB_VS_PARAMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

CS_INIT_SOURCE_GLSL310ES
char[803] CS_INIT_SOURCE_GLSL310ES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CS_INIT_SOURCE_GLSL430
char[805] CS_INIT_SOURCE_GLSL430;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CS_INIT_SOURCE_HLSL5
char[1056] CS_INIT_SOURCE_HLSL5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CS_INIT_SOURCE_METAL_MACOS
char[1046] CS_INIT_SOURCE_METAL_MACOS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CS_INIT_SOURCE_WGSL
char[1691] CS_INIT_SOURCE_WGSL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CS_UPDATE_SOURCE_GLSL310ES
char[916] CS_UPDATE_SOURCE_GLSL310ES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CS_UPDATE_SOURCE_GLSL430
char[913] CS_UPDATE_SOURCE_GLSL430;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CS_UPDATE_SOURCE_HLSL5
char[1257] CS_UPDATE_SOURCE_HLSL5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CS_UPDATE_SOURCE_METAL_MACOS
char[1075] CS_UPDATE_SOURCE_METAL_MACOS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CS_UPDATE_SOURCE_WGSL
char[1664] CS_UPDATE_SOURCE_WGSL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FS_SOURCE_GLSL310ES
char[196] FS_SOURCE_GLSL310ES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FS_SOURCE_GLSL430
char[135] FS_SOURCE_GLSL430;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FS_SOURCE_HLSL5
char[435] FS_SOURCE_HLSL5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FS_SOURCE_METAL_MACOS
char[315] FS_SOURCE_METAL_MACOS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FS_SOURCE_WGSL
char[376] FS_SOURCE_WGSL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VS_SOURCE_GLSL310ES
char[453] VS_SOURCE_GLSL310ES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VS_SOURCE_GLSL430
char[450] VS_SOURCE_GLSL430;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VS_SOURCE_HLSL5
char[1012] VS_SOURCE_HLSL5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VS_SOURCE_METAL_MACOS
char[729] VS_SOURCE_METAL_MACOS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VS_SOURCE_WGSL
char[1431] VS_SOURCE_WGSL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

CsParams
struct CsParams
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Particle
struct Particle
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VsParams
struct VsParams
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta