MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / SetWebGPUTextureViewSampler

Function SetWebGPUTextureViewSampler

Source/Engine/Graphics/Graphics.cpp:250–252  ·  view source on GitHub ↗

Fix missing method when using Null backend on Web

Source from the content-addressed store, hash-verified

248#if PLATFORM_WEB && !GRAPHICS_API_WEBGPU
249// Fix missing method when using Null backend on Web
250void SetWebGPUTextureViewSampler(GPUTextureView* view, uint32 samplerType)
251{
252}
253#endif

Callers 2

RequestHiZMethod · 0.70
SetupShadowsMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected