mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-14 05:50:51 +00:00
b23e9f6b37
Load buffer address from push constants as a uvec2 and bitcast to a pointer Load vec4 from the buffer address pointer Bitcast uint2 address to a pointer and load from the pointer OpPtrAccessChain : float[] : ArrayStride 4 OpPtrAccessChain : float[] : ArrayStride 8 OpPtrAccessChain : float[] : ArrayStride 12 Convert u64 address to a pointer and load from the pointer Convert u64 address to a pointer and back to a u64 address, load from the address Arithmetic on a u64 address then convert u64 address to a pointer and load from the pointer Generate a u64 address using arithmetic on two u32 values and load from the address