MCPcopy Create free account

hub / github.com/KorokEngine/Korok / functions

Functions1,776 in github.com/KorokEngine/Korok

FunctionGenTextures
(n int32, textures *uint32)
hid/gl/gl_gl3.go:263
FunctionGenVertexArrays
vao
hid/gl/gl_mobile.go:76
FunctionGenVertexArrays
vao
hid/gl/gl_gl2.go:65
FunctionGenVertexArrays
vao webgl 2.0才支持
hid/gl/gl_webgl.go:106
FunctionGenVertexArrays
vao
hid/gl/gl_gl3.go:66
MethodGenerateMipmap
Creates a set of textures for a WebGLTexture object with image dimensions from the original size of the image down to a 1x1 image.
webav/webgl.go:668
MethodGet
(k int)
engi/array/map.go:26
MethodGet
(k int)
engi/array/map.go:71
MethodGet
Get returns the low-level Texture.
asset/mtexture.go:115
MethodGet
(file string)
asset/mpsconfig.go:48
MethodGet
(file string)
asset/maudio.go:48
MethodGetActiveAttrib
Returns an WebGLActiveInfo object containing the size, type, and name of a vertex attribute at a specific index position in a program object.
webav/webgl.go:674
MethodGetActiveUniform
Returns an WebGLActiveInfo object containing the size, type, and name of a uniform attribute at a specific index position in a program object.
webav/webgl.go:680
MethodGetAttachedShaders
Returns a slice of WebGLShaders bound to a WebGLProgram.
webav/webgl.go:685
MethodGetAttrLocation
(attr string)
gfx/bk/shader.go:159
FunctionGetAttribLocation
(program uint32, name string)
hid/gl/gl_mobile.go:239
FunctionGetAttribLocation
(program uint32, name string)
hid/gl/gl_gl2.go:232
FunctionGetAttribLocation
(program uint32, name string)
hid/gl/gl_webgl.go:345
FunctionGetAttribLocation
(program uint32, name string)
hid/gl/gl_gl3.go:233
MethodGetBufferParameter
TODO: Create type specific variations. Returns the type of a parameter for a given buffer.
webav/webgl.go:701
MethodGetByIndex
(index int)
gfx/R.go:152
MethodGetByName
(name string)
gfx/R.go:144
MethodGetClipRectMax
()
gui/drawing.go:231
MethodGetClipRectMin
()
gui/drawing.go:227
MethodGetContextAttributes
Returns the context attributes active on the context. These values might be different than what was requested on context creation if the browser's imp
webav/webgl.go:385
FunctionGetError
()
hid/gl/gl_mobile.go:30
FunctionGetError
()
hid/gl/gl_gl2.go:19
FunctionGetError
()
hid/gl/gl_webgl.go:60
FunctionGetError
()
hid/gl/gl_gl3.go:20
FunctionGetErrors
()
gfx/bk/shader.go:167
MethodGetExtension
TODO: Create type specific variations. Enables a passed extension, otherwise returns null.
webav/webgl.go:718
MethodGetFramebufferAttachmentParameter
TODO: Create type specific variations. Gets a parameter value for a given target and attachment.
webav/webgl.go:724
MethodGetParameter
TODO: Create type specific variations. Returns the natural type value for a constant parameter.
webav/webgl.go:707
FunctionGetProgramInfoLog
(program uint32)
hid/gl/gl_mobile.go:112
FunctionGetProgramInfoLog
TODO 原来的实现中 buf = loglength + 1 的,需要测试这种情况...
hid/gl/gl_gl2.go:100
FunctionGetProgramInfoLog
TODO 原来的实现中 buf = loglength + 1 的,需要测试这种情况...
hid/gl/gl_webgl.go:148
FunctionGetProgramInfoLog
TODO 原来的实现中 buf = loglength + 1 的,需要测试这种情况...
hid/gl/gl_gl3.go:101
MethodGetProgramParameteri
Returns the value of the program parameter that corresponds to a supplied pname which is interpreted as an int.
webav/webgl.go:730
FunctionGetProgramiv
(program uint32, pname uint32, params *int32)
hid/gl/gl_mobile.go:107
FunctionGetProgramiv
TODO 目前只支持bool的获取
hid/gl/gl_webgl.go:140
MethodGetRaw
Get returns the low-level Texture.
asset/mtexture.go:121
MethodGetRenderbufferParameter
TODO: Create type specific variations. Returns a renderbuffer parameter from the currently bound WebGLRenderbuffer object.
webav/webgl.go:748
FunctionGetShaderInfoLog
(shader uint32)
hid/gl/gl_mobile.go:133
FunctionGetShaderInfoLog
(shader uint32)
hid/gl/gl_gl2.go:130
FunctionGetShaderInfoLog
(shader uint32)
hid/gl/gl_webgl.go:188
FunctionGetShaderInfoLog
(shader uint32)
hid/gl/gl_gl3.go:131
MethodGetShaderParameterb
Returns the value of the parameter associated with pname for a shader object.
webav/webgl.go:759
MethodGetShaderSource
Returns source code string associated with a shader object.
webav/webgl.go:769
FunctionGetShaderiv
(shader uint32, pname uint32, params *int32)
hid/gl/gl_mobile.go:128
FunctionGetShaderiv
(shader uint32, pname uint32, params *int32)
hid/gl/gl_gl2.go:126
FunctionGetShaderiv
TODO 目前只支持bool的获取
hid/gl/gl_webgl.go:181
FunctionGetShaderiv
(shader uint32, pname uint32, params *int32)
hid/gl/gl_gl3.go:127
MethodGetSupportedExtensions
Returns a slice of supported extension strings.
webav/webgl.go:774
MethodGetTexParameter
TODO: Create type specific variations. Returns the value for a parameter on an active texture unit.
webav/webgl.go:785
MethodGetUniform
TODO: Create type specific variations. Gets the uniform value for a specific location in a program.
webav/webgl.go:791
FunctionGetUniformLocation
uniform
hid/gl/gl_mobile.go:180
FunctionGetUniformLocation
uniform
hid/gl/gl_gl2.go:174
FunctionGetUniformLocation
uniform
hid/gl/gl_webgl.go:256
FunctionGetUniformLocation
uniform
hid/gl/gl_gl3.go:175
MethodGetVertexAttrib
TODO: Create type specific variations. Returns data for a particular characteristic of a vertex attribute at an index in a vertex attribute array.
webav/webgl.go:804
MethodGetVertexAttribOffset
Returns the address of a specified vertex attribute.
webav/webgl.go:809
MethodGlyph
implement fontAtlas-system
gfx/font/font.go:68
MethodGlyph
(r rune)
gfx/dbg/font.go:12
FunctionGravity
Options: gravity
gui/auto/gui.go:33
MethodGravity
()
gfx/sprite.go:57
MethodGravity
()
gfx/text.go:67
MethodGroup
这个效率非常低,因为Group一次要对所有的Entity做一次线性的 查找..
game/tag.go:89
MethodGrow
(size int)
engi/array/map.go:52
MethodHasRange
HasRange returns whether Start and End is the same.
effect/simulate.go:56
FunctionHintAndScale
()
gui/gui.go:112
FunctionHud
(format string, args... interface{})
gfx/dbg/hud.go:15
FunctionHudFunc
(fn func() string)
gfx/dbg/hud.go:19
MethodId
()
gfx/R.go:79
FunctionIdent3
Ident3 returns the 3x3 identity matrix.
math/f32/matrix.go:83
FunctionIdent4
Ident4 returns the 4x4 identity matrix.
math/f32/matrix.go:103
FunctionImage
Widget: Image
gui/gui.go:32
FunctionImage
Widget: Image
gui/auto/gui.go:68
MethodImageBackground
(eventType EventType)
gui/gui_lib.go:192
FunctionImageButton
(id ID, bb Rect, normal, pressed gfx.Tex2D, style *ImageButtonStyle)
gui/gui.go:41
FunctionImageButton
(id gui.ID, normal, pressed gfx.Tex2D, style *gui.ImageButtonStyle, p *Options)
gui/auto/gui.go:83
FunctionInBack
(t float64)
math/ease/back.go:3
FunctionInCirc
(t float64)
math/ease/circle.go:5
FunctionInCubic
(t float64)
math/ease/cubic.go:4
FunctionInElastic
(t float64)
math/ease/elastic.go:5
FunctionInExpo
(t float64)
math/ease/expo.go:5
FunctionInOutBack
(t float64)
math/ease/back.go:14
FunctionInOutBounce
(t float64)
math/ease/bounce.go:20
FunctionInOutCirc
(t float64)
math/ease/circle.go:14
FunctionInOutCubic
(t float64)
math/ease/cubic.go:13
FunctionInOutElastic
(t float64)
math/ease/elastic.go:13
FunctionInOutExpo
(t float64)
math/ease/expo.go:21
FunctionInOutQuad
(t float64)
math/ease/quad.go:12
FunctionInOutQuart
(t float64)
math/ease/quart.go:13
FunctionInOutQuint
(t float64)
math/ease/quint.go:12
FunctionInOutSine
(t float64)
math/ease/sine.go:13
FunctionInOutSquare
(t float64)
math/ease/ease.go:26
FunctionInQuad
(t float64)
math/ease/quad.go:4
FunctionInQuart
(t float64)
math/ease/quart.go:4
FunctionInQuint
(t float64)
math/ease/quint.go:3
FunctionInSine
(t float64)
math/ease/sine.go:5
← previousnext →1,001–1,100 of 1,776, ranked by callers