Luna::RHI::DescriptorType::uniform_buffer_view

uniform_buffer_view

Specifies uniform buffer view, which allows reading data from one uniform buffer. This descriptor is supported in all shaders.

To represent one uniform buffer view, use the following parameter types in shader source code with register type b:* cbuffer

  • ConstantBuffer