-
Notifications
You must be signed in to change notification settings - Fork 0
@ralphschuler.webgl shader factory.<internal>.WebGLRenderingContextOverloads
@ralphschuler/webgl-shader-factory.<internal>.WebGLRenderingContextOverloads
-
WebGLRenderingContextOverloads
- bufferData
- bufferSubData
- compressedTexImage2D
- compressedTexSubImage2D
- readPixels
- texImage2D
- texSubImage2D
- uniform1fv
- uniform1iv
- uniform2fv
- uniform2iv
- uniform3fv
- uniform3iv
- uniform4fv
- uniform4iv
- uniformMatrix2fv
- uniformMatrix3fv
- uniformMatrix4fv
▸ bufferData(target
, size
, usage
): void
Name | Type |
---|---|
target |
number |
size |
number |
usage |
number |
void
node_modules/typescript/lib/lib.dom.d.ts:25212
▸ bufferData(target
, data
, usage
): void
Name | Type |
---|---|
target |
number |
data |
null | BufferSource
|
usage |
number |
void
node_modules/typescript/lib/lib.dom.d.ts:25213
▸ bufferSubData(target
, offset
, data
): void
Name | Type |
---|---|
target |
number |
offset |
number |
data |
BufferSource |
void
node_modules/typescript/lib/lib.dom.d.ts:25215
▸ compressedTexImage2D(target
, level
, internalformat
, width
, height
, border
, data
): void
Name | Type |
---|---|
target |
number |
level |
number |
internalformat |
number |
width |
number |
height |
number |
border |
number |
data |
ArrayBufferView |
void
node_modules/typescript/lib/lib.dom.d.ts:25217
▸ compressedTexSubImage2D(target
, level
, xoffset
, yoffset
, width
, height
, format
, data
): void
Name | Type |
---|---|
target |
number |
level |
number |
xoffset |
number |
yoffset |
number |
width |
number |
height |
number |
format |
number |
data |
ArrayBufferView |
void
node_modules/typescript/lib/lib.dom.d.ts:25219
▸ readPixels(x
, y
, width
, height
, format
, type
, pixels
): void
Name | Type |
---|---|
x |
number |
y |
number |
width |
number |
height |
number |
format |
number |
type |
number |
pixels |
null | ArrayBufferView
|
void
node_modules/typescript/lib/lib.dom.d.ts:25221
▸ texImage2D(target
, level
, internalformat
, width
, height
, border
, format
, type
, pixels
): void
Name | Type |
---|---|
target |
number |
level |
number |
internalformat |
number |
width |
number |
height |
number |
border |
number |
format |
number |
type |
number |
pixels |
null | ArrayBufferView
|
void
node_modules/typescript/lib/lib.dom.d.ts:25223
▸ texImage2D(target
, level
, internalformat
, format
, type
, source
): void
Name | Type |
---|---|
target |
number |
level |
number |
internalformat |
number |
format |
number |
type |
number |
source |
TexImageSource |
void
node_modules/typescript/lib/lib.dom.d.ts:25224
▸ texSubImage2D(target
, level
, xoffset
, yoffset
, width
, height
, format
, type
, pixels
): void
Name | Type |
---|---|
target |
number |
level |
number |
xoffset |
number |
yoffset |
number |
width |
number |
height |
number |
format |
number |
type |
number |
pixels |
null | ArrayBufferView
|
void
node_modules/typescript/lib/lib.dom.d.ts:25226
▸ texSubImage2D(target
, level
, xoffset
, yoffset
, format
, type
, source
): void
Name | Type |
---|---|
target |
number |
level |
number |
xoffset |
number |
yoffset |
number |
format |
number |
type |
number |
source |
TexImageSource |
void
node_modules/typescript/lib/lib.dom.d.ts:25227
▸ uniform1fv(location
, v
): void
Name | Type |
---|---|
location |
null | WebGLUniformLocation
|
v |
Float32List |
void
node_modules/typescript/lib/lib.dom.d.ts:25229
▸ uniform1iv(location
, v
): void
Name | Type |
---|---|
location |
null | WebGLUniformLocation
|
v |
Int32List |
void
node_modules/typescript/lib/lib.dom.d.ts:25231
▸ uniform2fv(location
, v
): void
Name | Type |
---|---|
location |
null | WebGLUniformLocation
|
v |
Float32List |
void
node_modules/typescript/lib/lib.dom.d.ts:25233
▸ uniform2iv(location
, v
): void
Name | Type |
---|---|
location |
null | WebGLUniformLocation
|
v |
Int32List |
void
node_modules/typescript/lib/lib.dom.d.ts:25235
▸ uniform3fv(location
, v
): void
Name | Type |
---|---|
location |
null | WebGLUniformLocation
|
v |
Float32List |
void
node_modules/typescript/lib/lib.dom.d.ts:25237
▸ uniform3iv(location
, v
): void
Name | Type |
---|---|
location |
null | WebGLUniformLocation
|
v |
Int32List |
void
node_modules/typescript/lib/lib.dom.d.ts:25239
▸ uniform4fv(location
, v
): void
Name | Type |
---|---|
location |
null | WebGLUniformLocation
|
v |
Float32List |
void
node_modules/typescript/lib/lib.dom.d.ts:25241
▸ uniform4iv(location
, v
): void
Name | Type |
---|---|
location |
null | WebGLUniformLocation
|
v |
Int32List |
void
node_modules/typescript/lib/lib.dom.d.ts:25243
▸ uniformMatrix2fv(location
, transpose
, value
): void
Name | Type |
---|---|
location |
null | WebGLUniformLocation
|
transpose |
boolean |
value |
Float32List |
void
node_modules/typescript/lib/lib.dom.d.ts:25245
▸ uniformMatrix3fv(location
, transpose
, value
): void
Name | Type |
---|---|
location |
null | WebGLUniformLocation
|
transpose |
boolean |
value |
Float32List |
void
node_modules/typescript/lib/lib.dom.d.ts:25247
▸ uniformMatrix4fv(location
, transpose
, value
): void
Name | Type |
---|---|
location |
null | WebGLUniformLocation
|
transpose |
boolean |
value |
Float32List |
void
node_modules/typescript/lib/lib.dom.d.ts:25249
- @ralphschuler/ai-function-caller
- index
- types/AIFunction
- types/Message
- @ralphschuler/assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- error
- index
- util
- @ralphschuler/better-map
- @ralphschuler/better-set
- @ralphschuler/binary-serializer
- @ralphschuler/bit-mask
- @ralphschuler/complex-compare
- @ralphschuler/i811n
- @ralphschuler/logger
- Color
- ColorMap
- Logger
- animations/BallonAnimation
- animations/BaseAnimation
- animations/BombAnimation
- animations/BouncingBallAnimation
- animations/ClockAnimation
- animations/DotsAnimation
- animations/HorizontalBarAnimation
- animations/PongAnimation
- animations/ProgressAnimation
- animations/ProgressBarAnimation
- animations/SpinnerAnimation
- animations/VerticalBarAnimation
- enums/LogLevel
- index
- interfaces/IColor
- interfaces/IMessage
- types/ColorName
- types/Colors
- @ralphschuler/lsystem
- @ralphschuler/mixin-class-factory
- @ralphschuler/neuronal-network
- @ralphschuler/parser-combinator
- index
- inputTypes
- parser
- unicode
- @ralphschuler/prom-metrics-decorator
- @ralphschuler/prom-metrics-parser
- @ralphschuler/random
- PseudoRandomItemSelector
- PseudoRandomNumberGenerator
- Seed
- index
- strategies
- strategy
- strategy
- strategy
- strategy
- strategy
- strategy
- types
- type
- type
- type
- @ralphschuler/safe-array
- @ralphschuler/slot-mashine
- @ralphschuler/state-store
- StateStore
- index
- type
- type
- type
- type
- type
- type
- type
- type
- util
- @ralphschuler/stats-tracker
- @ralphschuler/ts-error
- error
- index
- type
- util
- util
- util
- util
- @ralphschuler/webgl-sand-engine
- index
- pixel-renderer
- @ralphschuler/webgl-shader-factory
- "node:stream/consumers"
- "node:stream/promises"
- ChatCompletionSnapshot
- Choice
- Message
- ToolCall
- EventEmitter
- FormData
- OpenAI
- OpenAI
- Audio
- Speech
- Transcriptions
- Translations
- Beta
- Assistants
- Assistant
- AssistantCreateParams
- AssistantUpdateParams
- Files
- Chat
- Threads
- Messages
- Files
- MessageContentImageFile
- MessageContentText
- Text
- FileCitation
- FilePath
- Runs
- RequiredActionFunctionToolCall
- Run
- RequiredAction
- RunCreateParams
- RunSubmitToolOutputsParams
- Steps
- CodeToolCall
- CodeInterpreter
- Image
- FunctionToolCall
- MessageCreationStepDetails
- RunStep
- ThreadCreateAndRunParams
- Thread
- ThreadCreateParams
- Chat
- Completions
- ChatCompletion
- ChatCompletionAssistantMessageParam
- ChatCompletionChunk
- Choice
- Delta
- ToolCall
- ChatCompletionContentPartImage
- ChatCompletionCreateParams
- ChatCompletionMessage
- ChatCompletionMessageToolCall
- ChatCompletionNamedToolChoice
- Completions
- CompletionChoice
- CompletionCreateParams
- Edits
- Edit
- Embeddings
- CreateEmbeddingResponse
- Files
- FineTunes
- FineTune
- FineTuneCreateParams
- FineTuneListEventsParams
- FineTuning
- Jobs
- FineTuningJob
- JobCreateParams
- Images
- Models
- Moderations
- Moderation
- internal
- finished
- pipeline
- "node:stream/consumers"
- "node:stream/promises"
- EventEmitter
- internal
- finished
- pipeline
- Counter
- Gauge
- Histogram
- Summary