bindUniform abstract method

void bindUniform(
  1. GpuUniformSlot slot,
  2. ByteData data
)

Binds transient uniform data to slot.

The data gets copied into the frame's transient storage, so the buffer can be reused afterwards.

Implementation

void bindUniform(GpuUniformSlot slot, ByteData data);