Skip to content

add cBool helper function #20

add cBool helper function

add cBool helper function #20

Triggered via push August 7, 2024 21:00
Status Failure
Total duration 1m 18s
Artifacts

ci.yml

on: push
Matrix: test-build
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 3 warnings
Darwin
info.vendorName undefined (type _Ctype_struct_WGPUAdapterInfo has no field or method vendorName)
Darwin
info.name undefined (type _Ctype_struct_WGPUAdapterInfo has no field or method name)
Darwin
info.driverDescription undefined (type _Ctype_struct_WGPUAdapterInfo has no field or method driverDescription)
Darwin
cannot convert hasFeature (variable of type _Ctype_uint) to type bool
Darwin
desc.requiredFeaturesCount undefined (type *_Ctype_struct_WGPUDeviceDescriptor has no field or method requiredFeaturesCount)
Darwin
requiredLimitsExtras.maxPushConstantSize undefined (type *_Ctype_struct_WGPURequiredLimitsExtras has no field or method maxPushConstantSize)
Darwin
cannot use _Ctype_uint32_t(pushConstantRangeCount) (value of type _Ctype_uint) as _Ctype_ulong value in assignment
Darwin
desc.pipelineStatisticsCount undefined (type _Ctype_struct_WGPUQuerySetDescriptor has no field or method pipelineStatisticsCount)
Darwin
desc.pipelineStatistics undefined (type _Ctype_struct_WGPUQuerySetDescriptor has no field or method pipelineStatistics)
Darwin
desc.colorFormatsCount undefined (type _Ctype_struct_WGPURenderBundleEncoderDescriptor has no field or method colorFormatsCount)
Linux
info.vendorName undefined (type _Ctype_struct_WGPUAdapterInfo has no field or method vendorName)
Linux
info.name undefined (type _Ctype_struct_WGPUAdapterInfo has no field or method name)
Linux
info.driverDescription undefined (type _Ctype_struct_WGPUAdapterInfo has no field or method driverDescription)
Linux
cannot convert hasFeature (variable of type _Ctype_uint) to type bool
Linux
desc.requiredFeaturesCount undefined (type *_Ctype_struct_WGPUDeviceDescriptor has no field or method requiredFeaturesCount)
Linux
requiredLimitsExtras.maxPushConstantSize undefined (type *_Ctype_struct_WGPURequiredLimitsExtras has no field or method maxPushConstantSize)
Linux
cannot use _Ctype_uint32_t(pushConstantRangeCount) (value of type _Ctype_uint) as _Ctype_ulong value in assignment
Linux
desc.pipelineStatisticsCount undefined (type _Ctype_struct_WGPUQuerySetDescriptor has no field or method pipelineStatisticsCount)
Linux
desc.pipelineStatistics undefined (type _Ctype_struct_WGPUQuerySetDescriptor has no field or method pipelineStatistics)
Linux
desc.colorFormatsCount undefined (type _Ctype_struct_WGPURenderBundleEncoderDescriptor has no field or method colorFormatsCount)
Windows
info.vendorName undefined (type _Ctype_struct_WGPUAdapterInfo has no field or method vendorName)
Windows
info.name undefined (type _Ctype_struct_WGPUAdapterInfo has no field or method name)
Windows
info.driverDescription undefined (type _Ctype_struct_WGPUAdapterInfo has no field or method driverDescription)
Windows
cannot convert hasFeature (variable of type _Ctype_uint) to type bool
Windows
desc.requiredFeaturesCount undefined (type *_Ctype_struct_WGPUDeviceDescriptor has no field or method requiredFeaturesCount)
Windows
requiredLimitsExtras.maxPushConstantSize undefined (type *_Ctype_struct_WGPURequiredLimitsExtras has no field or method maxPushConstantSize)
Windows
cannot use _Ctype_uint32_t(pushConstantRangeCount) (value of type _Ctype_uint) as _Ctype_ulonglong value in assignment
Windows
desc.pipelineStatisticsCount undefined (type _Ctype_struct_WGPUQuerySetDescriptor has no field or method pipelineStatisticsCount)
Windows
desc.pipelineStatistics undefined (type _Ctype_struct_WGPUQuerySetDescriptor has no field or method pipelineStatistics)
Windows
desc.colorFormatsCount undefined (type _Ctype_struct_WGPURenderBundleEncoderDescriptor has no field or method colorFormatsCount)
Darwin
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Linux
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Windows
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/