@antv/g-device-api
Advanced tools
Comparing version 1.6.2 to 1.6.3
@@ -70,5 +70,9 @@ import { SamplerFormatKind } from './interfaces'; | ||
U16_RGBA_NORM, | ||
U16_RGBA, | ||
U16_RGB, | ||
U16_RG, | ||
U32_R, | ||
U32_RG, | ||
U32_RGB, | ||
U32_RGBA, | ||
S8_R, | ||
@@ -86,2 +90,5 @@ S8_R_NORM, | ||
S32_R, | ||
S32_RG, | ||
S32_RGB, | ||
S32_RGBA, | ||
U16_RGBA_5551, | ||
@@ -88,0 +95,0 @@ U16_RGB_565, |
@@ -15,3 +15,2 @@ import type { Buffer, Readback, Texture } from '../api'; | ||
private getHalfFloatAsFloatRGBAArrayBuffer; | ||
private getBlockInformationFromFormat; | ||
} |
@@ -70,1 +70,6 @@ /// <reference types="@webgpu/types" /> | ||
export declare function halfFloat2Number(value: number): number; | ||
export declare function getBlockInformationFromFormat(format: GPUTextureFormat): { | ||
width: number; | ||
height: number; | ||
length: number; | ||
}; |
@@ -70,5 +70,9 @@ import { SamplerFormatKind } from './interfaces'; | ||
U16_RGBA_NORM, | ||
U16_RGBA, | ||
U16_RGB, | ||
U16_RG, | ||
U32_R, | ||
U32_RG, | ||
U32_RGB, | ||
U32_RGBA, | ||
S8_R, | ||
@@ -86,2 +90,5 @@ S8_R_NORM, | ||
S32_R, | ||
S32_RG, | ||
S32_RGB, | ||
S32_RGBA, | ||
U16_RGBA_5551, | ||
@@ -88,0 +95,0 @@ U16_RGB_565, |
@@ -15,3 +15,2 @@ import type { Buffer, Readback, Texture } from '../api'; | ||
private getHalfFloatAsFloatRGBAArrayBuffer; | ||
private getBlockInformationFromFormat; | ||
} |
@@ -70,1 +70,6 @@ /// <reference types="@webgpu/types" /> | ||
export declare function halfFloat2Number(value: number): number; | ||
export declare function getBlockInformationFromFormat(format: GPUTextureFormat): { | ||
width: number; | ||
height: number; | ||
length: number; | ||
}; |
@@ -70,5 +70,9 @@ import { SamplerFormatKind } from './interfaces'; | ||
U16_RGBA_NORM, | ||
U16_RGBA, | ||
U16_RGB, | ||
U16_RG, | ||
U32_R, | ||
U32_RG, | ||
U32_RGB, | ||
U32_RGBA, | ||
S8_R, | ||
@@ -86,2 +90,5 @@ S8_R_NORM, | ||
S32_R, | ||
S32_RG, | ||
S32_RGB, | ||
S32_RGBA, | ||
U16_RGBA_5551, | ||
@@ -88,0 +95,0 @@ U16_RGB_565, |
@@ -15,3 +15,2 @@ import type { Buffer, Readback, Texture } from '../api'; | ||
private getHalfFloatAsFloatRGBAArrayBuffer; | ||
private getBlockInformationFromFormat; | ||
} |
@@ -70,1 +70,6 @@ /// <reference types="@webgpu/types" /> | ||
export declare function halfFloat2Number(value: number): number; | ||
export declare function getBlockInformationFromFormat(format: GPUTextureFormat): { | ||
width: number; | ||
height: number; | ||
length: number; | ||
}; |
{ | ||
"name": "@antv/g-device-api", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "A Device API references WebGPU implementations", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8411509
25927