Abstract
Static
Readonly
InvalidCGAPIResourceInvalid resource handle constant used to indicate failed resource creation or invalid resources
Static
getGets the appropriate Computer Graphics API Resource Repository instance based on the current process approach. Automatically selects between WebGL and WebGPU implementations.
The active ICGAPIResourceRepository implementation
Static
getGets the WebGL-specific resource repository instance. Use this method when you specifically need WebGL functionality.
The WebGLResourceRepository singleton instance
Static
getGets the WebGPU-specific resource repository instance. Use this method when you specifically need WebGPU functionality.
The WebGpuResourceRepository singleton instance
Abstract base class for Computer Graphics API Resource Repository. Provides a unified interface for managing graphics resources across different APIs (WebGL, WebGPU). This class serves as a factory and utility provider for accessing the appropriate resource repository based on the current graphics API approach.