Skip to content

[HLSL] Boolean vector in a RawBuffer should be <4 x i32> #135635

@spall

Description

@spall

%"class.hlsl::RWStructuredBuffer" = type { target("dx.RawBuffer", <4 x i1>, 1, 0) }
Should be
%"class.hlsl::RWStructuredBuffer" = type { target("dx.RawBuffer", <4 x i32>, 1, 0) }a

https://godbolt.org/z/18x3foGxr

Metadata

Metadata

Assignees

Labels

HLSLHLSL Language Support

Type

No type

Projects

Status

Needs Review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions