Skip to content
InterfaceTypes & Utilities@public

FlxShaderWebGPUProgram

Combined WebGPU program for a custom filter.

ts
export interface FlxShaderWebGPUProgram

Properties

PropertyModifiersTypeDescription
fragmentEntryPointreadonlystringFragment entry point. Defaults to mainFragment.
sourcereadonlystringWGSL source containing both vertex and fragment entry points.
vertexEntryPointreadonlystringVertex entry point. Defaults to mainVertex.

Released under the MIT License.