• GLSL Compute Shader: ERROR: xxx: S0001: Function call discards 'readonly' access qualifier.
    Hi, I have compute shader with following code: ... struct CullingObjInfo { ... vec4 boundingSphere; // radius(float) + position(float3) ... vec4 lodDistance; }; ... layout(std430, binding...
  • GLSL Compute Shader: ERROR: xxx: S0001: Function call discards 'readonly' access qualifier.
    Hi, I have compute shader with following code: ... struct CullingObjInfo { ... vec4 boundingSphere; // radius(float) + position(float3) ... vec4 lodDistance; }; ... layout(std430, binding...
  • Goto Label xxx in other file...
    Dear all, I have a question about jumping to some specific label in other file(in Keil C51 project) Ex. In file A there is one label named _xxx . In file B can we use goto _xxx ? (maybe...
  • Goto Label xxx in other file...
    Dear all, I have a question about jumping to some specific label in other file(in Keil C51 project) Ex. In file A there is one label named _xxx . In file B can we use goto _xxx ? (maybe...
  • Inline function attribute causes undefined symbol linking error
    Hello ARM Community, I am using DS-5 5.18.1. I have a C function which must be compiled inline to decrease latency of an FIQ handler. I referenced following document for syntax: http://infocenter.arm...