Tags: KhronosGroup/SPIRV-Reflect
Tags
Fix crash in non-struct physical storage pointers (#289)
Fix crash in non-struct physical storage pointers (#289)
Fix doc comment for ShaderModule::GetSourceFile (#279)
Fix runtime array of BufferDeviceAddresses (#273)
Fix struct variable size with out-of-order offsets (#264) * Remove member_count check ParseDescriptorBlockVariableSizes starts with check * Fix struct variable size with out-of-order offsets
Promote member decorations to descriptor binding decorations (#243) Decoration like non-writable and non-readable are found in spirv as member decorations. This patch detects decorations that are shared between all members and promotes them into descriptor binding decorations.
Fix empty calloc returning false Alloc Failure (#240)
Check return values from FindNode for null pointers (#228) * Check return values from FindNode for null pointers * Check result from FindType for null pointer * Wrap expression with parentheses for less ambiguity
PreviousNext