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