Class SpvcHlslVertexAttributeRemap

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

@NativeType("struct spvc_hlsl_vertex_attribute_remap") public class SpvcHlslVertexAttributeRemap extends Struct<SpvcHlslVertexAttributeRemap> implements NativeResource
struct spvc_hlsl_vertex_attribute_remap {
    unsigned int location;
    char const * semantic;
}