Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
gpuGPUFragmentState
Interface gpuGPUFragmentState
interface
gpuGPUFragmentState
{
constants
?:
Record
<
string
,
number
>
;
entryPoint
:
string
;
module
:
gpuGPUShaderModule
;
targets
:
gpuGPUColorTargetState
[]
;
}
Index
Properties
constants?
entry
Point
module
targets
Properties
Optional
constants
constants
?:
Record
<
string
,
number
>
entry
Point
entry
Point
:
string
module
module
:
gpuGPUShaderModule
targets
targets
:
gpuGPUColorTargetState
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constants
entry
Point
module
targets
@cloudflare/workers-types
Loading...