Appendix G: Other Miscellaneous Enums
附录G:其他杂项
This section lists other miscellaneous OpenCL enumerants and their meanings.
本节列出了其他各种OpenCL枚举及其含义。
Enumerant 列举 | Brief Description 简略的描述 |
---|---|
Indicates a boolean "true" value. 表示布尔值“true”。 | |
Indicates a boolean "false" value. 表示布尔值“false”。 | |
Indicates that none of the other enumerations or conditions are applicable. 表示其他枚举或条件均不适用。 | |
missing before version 1.2. | Alias of CL_TRUE that can be used to improve the readability of calls to enqueue functions that can block. CL_TRUE的别名,可用于提高对可能阻塞的排队函数的调用的可读性。 |
missing before version 1.2. | Alias of CL_FALSE that can be used to improve the readability of calls to enqueue function that can block. CL_FALSE的别名,可用于提高对可能阻塞的入队函数的调用的可读性。 |