mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Add support for raw buffer views (not mesh output)
This commit is contained in:
@@ -759,7 +759,7 @@ ShaderVariable FormatElement::GetShaderVar(const byte *&data, const byte *end) c
|
||||
return ret;
|
||||
}
|
||||
|
||||
uint32_t FormatElement::byteSize()
|
||||
uint32_t FormatElement::byteSize() const
|
||||
{
|
||||
uint32_t vecSize = format.compByteWidth * format.compCount;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user