mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
a4f8c1c1dc
commit
e1b77fefae
3
image.go
3
image.go
@ -575,6 +575,9 @@ var _ [len(DrawTrianglesShaderOptions{}.Images) - graphics.ShaderImageCount]stru
|
|||||||
//
|
//
|
||||||
// For the details about the shader, see https://ebitengine.org/en/documents/shader.html.
|
// For the details about the shader, see https://ebitengine.org/en/documents/shader.html.
|
||||||
//
|
//
|
||||||
|
// When one of the specified image is non-nil and its size is different from (width, height), DrawTrianglesShader panics.
|
||||||
|
// When one of the specified image is non-nil and is disposed, DrawTrianglesShader panics.
|
||||||
|
//
|
||||||
// If len(vertices) is more than MaxVerticesCount, the exceeding part is ignored.
|
// If len(vertices) is more than MaxVerticesCount, the exceeding part is ignored.
|
||||||
//
|
//
|
||||||
// If len(indices) is not multiple of 3, DrawTrianglesShader panics.
|
// If len(indices) is not multiple of 3, DrawTrianglesShader panics.
|
||||||
|
Loading…
Reference in New Issue
Block a user