mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 12:54:42 +00:00
fix: webgp buffer
This commit is contained in:
parent
864f7ce129
commit
64edbb6b82
1 changed files with 1 additions and 1 deletions
|
|
@ -536,7 +536,7 @@ export default function LightRays(props: LightRaysProps) {
|
|||
|
||||
try {
|
||||
const uniformData = createUniformBufferCorrected(uniformDataRef)
|
||||
deviceRef.queue.writeBuffer(uniformBufferRef, 0, uniformData)
|
||||
deviceRef.queue.writeBuffer(uniformBufferRef, 0, uniformData.buffer)
|
||||
|
||||
const commandEncoder = deviceRef.createCommandEncoder()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue