UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

17 lines (15 loc) 389 B
var containerDecl_default = ( /* wgsl */ ` // Format-provided declarations (textures, load functions, uniforms) #include "gsplatContainerDeclarationsVS" // Interface variables set by user's read code var<private> splatCenter: vec3f; var<private> splatColor: vec4f; var<private> splatScale: vec3f; var<private> splatRotation: vec4f; ` ); export { containerDecl_default as default };