davecamp
davecamp
I have found an issue with casting to and from 'type array' and 'Object array'. In this example I create an array of 'typeb'. I get the array by 'Object[]'....
## Description Cancel downloading of updates while downloading. ## Environment * RenderDoc version: 1.30 * Operating System: Win10 x64 22H2 * Graphics API: D3D12 and Vulkan. Only when you next...
# Feature Request This would be nice if this compiled ``` Enum SomeFlag FlagA = 1 FlagB = 2 FlagC = 4 FlagAll = SomeFlag.FlagA | SomeFlag.FlagB | SomeFlag.FlagC EndEnum...
Win x64 v129.3.45 release SuperStrict Struct Test Field x:Float Field y:Float Field z:Float Method Set(x_:Float, y_:Float, z_:Float) x = x_ y = y_ z = z_ EndMethod EndStruct Local data:Test[5]...
Is module scope taken into account with respect to Types within modules? It works Ok for Global variables - Ie If a Global variable is in a module and a...