LogoPixi’VN
pixi-jsType aliases

Type Alias: ShaderWithResources

> ShaderWithResources = ShaderWithResourcesDescriptor & ShaderWith

Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/shader/Shader.d.ts:86

A descriptor for a shader with resources. This is an easier way to work with uniforms. especially when you are not working with bind groups

Advanced