mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
Follow go const comment convention
This commit is contained in:
parent
74a83cfe7b
commit
21107b1f3f
@ -16,7 +16,7 @@ package graphics
|
||||
|
||||
const (
|
||||
ShaderSrcImageCount = 4
|
||||
// The number of destination images is 1 so far, but this might change in the future.
|
||||
// ShaderDstImageCount is the number of the destination image. This is 1 so far, but this might change in the future.
|
||||
ShaderDstImageCount = 1
|
||||
|
||||
// PreservedUniformVariablesCount represents the number of preserved uniform variables.
|
||||
|
Loading…
Reference in New Issue
Block a user