Skip to content

textureSampleCompare

const textureSampleCompare: DualFn<{<T>(texture, sampler, coords, depthRef): number; <T>(texture, sampler, coords, depthRef, offset): number; <T>(texture, sampler, coords, arrayIndex, depthRef): number; <T>(texture, sampler, coords, arrayIndex, depthRef, offset): number; <T>(texture, sampler, coords, depthRef): number; <T>(texture, sampler, coords, arrayIndex, depthRef): number; }>

Defined in: packages/typegpu/src/std/texture.ts:683