plusui-native-core 0.1.5 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -878,6 +878,7 @@ bool WebGPU::presentSurface(const std::string& surfaceId) {
878
878
 
879
879
  bool WebGPU::destroyResource(const std::string& handle) {
880
880
  #ifndef PLUSUI_WEBGPU_ENABLED
881
+ (void)handle;
881
882
  return false;
882
883
  #else
883
884
  // Try to find and erase from all resource maps
@@ -901,6 +902,7 @@ bool WebGPU::destroyResource(const std::string& handle) {
901
902
 
902
903
  bool WebGPU::destroyDevice(const std::string& deviceId) {
903
904
  #ifndef PLUSUI_WEBGPU_ENABLED
905
+ (void)deviceId;
904
906
  return false;
905
907
  #else
906
908
  // Destroy all resources associated with device
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "plusui-native-core",
3
- "version": "0.1.5",
4
- "description": "PlusUI Core framework (frontend + backend feature implementations)",
3
+ "version": "0.1.7",
4
+ "description": "PlusUI Core framework (frontend + backend implementations)",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "Core",