mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-01 03:15:54 +00:00
Fix some docstring errors
This commit is contained in:
@@ -758,7 +758,7 @@ struct RootSignature
|
||||
|
||||
DOCUMENT(R"(The static samplers defined in this root signature.
|
||||
|
||||
:type: List[SamplerDescriptor]
|
||||
:type: List[D3D12StaticSampler]
|
||||
)");
|
||||
rdcarray<StaticSampler> staticSamplers;
|
||||
};
|
||||
|
||||
@@ -4603,15 +4603,15 @@ DOCUMENT(R"(A set of flags for descriptor properties.
|
||||
|
||||
The buffer will not be used for any of the uses below.
|
||||
|
||||
.. data:: Raw
|
||||
.. data:: RawBuffer
|
||||
|
||||
On D3D, a buffer is used as a raw (byte-addressed) buffer.
|
||||
|
||||
.. data:: Append
|
||||
.. data:: AppendBuffer
|
||||
|
||||
On D3D, a buffer is used as a append/consume view.
|
||||
|
||||
.. data:: Counter
|
||||
.. data:: CounterBuffer
|
||||
|
||||
On D3D, a buffer is used with a structured buffer with associated hidden counter.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user