Home | History | Annotate | Download | only in functional

Lines Matching full:ivec3

814 	args["COMPUTE_BUILT_IN_CONSTANTS_STRING"]	=	"	gl_MaxComputeWorkGroupCount       = ivec3(65535, 65535, 65535);\n"
815 " gl_MaxComputeWorkGroupCount = ivec3(1024, 1024, 64);\n"
816 " gl_MaxComputeWorkGroupSize = ivec3(512);\n"