Follow go const comment convention

This commit is contained in:
Zyko 2024-06-14 18:27:56 +02:00
parent 74a83cfe7b
commit 21107b1f3f

View File

@ -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.